diff --git a/scripts/.sourcery.yaml b/scripts/.sourcery.yaml index be823ea95a7159b159215677a7b599e78b10b3e1..e84ee3393b87197b8a0512920b6cee6f94e055f1 100644 --- a/scripts/.sourcery.yaml +++ b/scripts/.sourcery.yaml @@ -10,12 +10,13 @@ rule_settings: - min-max-identity # Keep explicit lower range limit instead of using implicit default value - remove-zero-from-range + # Requires special Python knowlege that not everyone reading the code might have + - use-next # FIXME: verify if we want to keep the checks below. # If not, remove them. If yes, move them above this comment. - low-code-quality - for-append-to-extend - use-named-expression - - use-next rule_types: - refactoring