Skip to content
Snippets Groups Projects
Commit ccdac3d5 authored by Tim Jaacks's avatar Tim Jaacks
Browse files

Sourcery: enable more passing checks

parent d5908ee5
No related branches found
No related tags found
1 merge request!268Sourcery: enable more passing checks
Pipeline #70704 skipped with stage
...@@ -11,17 +11,12 @@ rule_settings: ...@@ -11,17 +11,12 @@ rule_settings:
- use-fstring-for-concatenation - use-fstring-for-concatenation
- merge-dict-assign - merge-dict-assign
- assign-if-exp - assign-if-exp
- reintroduce-else
- inline-immediately-returned-variable - inline-immediately-returned-variable
- remove-redundant-if - remove-redundant-if
- list-comprehension - list-comprehension
- merge-duplicate-blocks
- split-or-ifs
- switch - switch
- dict-literal - dict-literal
- low-code-quality - low-code-quality
- move-assign-in-block
- swap-if-expression
- dict-comprehension - dict-comprehension
- for-append-to-extend - for-append-to-extend
- raise-specific-error - raise-specific-error
...@@ -32,16 +27,12 @@ rule_settings: ...@@ -32,16 +27,12 @@ rule_settings:
- remove-zero-from-range - remove-zero-from-range
- use-named-expression - use-named-expression
- use-next - use-next
- introduce-default-else
- sum-comprehension - sum-comprehension
- swap-if-else-branches
- use-join - use-join
- merge-comparisons - merge-comparisons
- merge-else-if-into-elif - merge-else-if-into-elif
- min-max-identity - min-max-identity
- or-if-exp-identity - or-if-exp-identity
- remove-pass-elif
- remove-redundant-continue
rule_types: rule_types:
- refactoring - refactoring
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment