diff --git a/scripts/.sourcery.yaml b/scripts/.sourcery.yaml index e84ee3393b87197b8a0512920b6cee6f94e055f1..3a3eb0f83dbf931d989f475ec533b6ae68ea5963 100644 --- a/scripts/.sourcery.yaml +++ b/scripts/.sourcery.yaml @@ -10,13 +10,14 @@ rule_settings: - min-max-identity # Keep explicit lower range limit instead of using implicit default value - remove-zero-from-range + # Don't combine two operations on a single line + - use-named-expression # 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 rule_types: - refactoring