diff --git a/scripts/.sourcery.yaml b/scripts/.sourcery.yaml
index 80da24820d7099bd5ee80e90c84d6e8a4c5e0596..dfa86fb8e67e87e55fd59489682ab59171709a2d 100644
--- a/scripts/.sourcery.yaml
+++ b/scripts/.sourcery.yaml
@@ -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