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

Sourcery: keep min-max-identity check disabled

IMO code is easier to read without the proposed change:
https://docs.sourcery.ai/Reference/Python/Default-Rules/min-max-identity/

Move the disabled check to the top of the list and add a comment that
all the checks below need to be verified.
parent 01484573
No related branches found
No related tags found
1 merge request!270Sourcery: keep min-max-identity check disabled
Pipeline #70713 skipped with stage
......@@ -6,6 +6,10 @@ rule_settings:
- default
disable:
# Code is easier to read without this
- min-max-identity
# FIXME: verify if we want to keep the checks below.
# If not, remove them. If yes, move them above this comment.
- use-fstring-for-formatting
- replace-interpolation-with-fstring
- use-fstring-for-concatenation
......@@ -31,7 +35,6 @@ rule_settings:
- use-join
- merge-comparisons
- merge-else-if-into-elif
- min-max-identity
rule_types:
- 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