diff --git a/scripts/.sourcery.yaml b/scripts/.sourcery.yaml
index 328f19b58681f11b7aa32778ab364b37ef71f748..1b0d591340e7d30757a3a6d9ab7522fa6c765ec8 100644
--- a/scripts/.sourcery.yaml
+++ b/scripts/.sourcery.yaml
@@ -8,6 +8,8 @@ rule_settings:
   disable:
   # Code is easier to read without this
   - min-max-identity
+  # Keep explicit lower range limit instead of using implicit default value
+  - remove-zero-from-range
   # 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
@@ -28,7 +30,6 @@ rule_settings:
   - de-morgan
   - merge-nested-ifs
   - remove-dict-keys
-  - remove-zero-from-range
   - use-named-expression
   - use-next