diff --git a/scripts/.sourcery.yaml b/scripts/.sourcery.yaml
index 3a3eb0f83dbf931d989f475ec533b6ae68ea5963..bb1bbfd0346ff77ab31abf1bb39081b559c60f0e 100644
--- a/scripts/.sourcery.yaml
+++ b/scripts/.sourcery.yaml
@@ -6,6 +6,8 @@ rule_settings:
   - default
 
   disable:
+  # Might make the code more pythonic, but takes more time to understand
+  - for-append-to-extend
   # Code is easier to read without this
   - min-max-identity
   # Keep explicit lower range limit instead of using implicit default value
@@ -17,7 +19,6 @@ rule_settings:
   # 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
 
   rule_types:
   - refactoring