Compare commits

...

2 Commits

Author SHA1 Message Date
Franck Nijhof 4ec5d1c0b7 Merge branch 'dev' into enable-e501-rule 2026-05-18 09:27:19 +02:00
Franck Nijhof eaa980f466 Enable ruff E501 line length rule 2026-05-17 17:34:24 +00:00
-1
View File
@@ -791,7 +791,6 @@ ignore = [
"D406", # Section name should end with a newline
"D407", # Section name underlining
"D417", # Missing argument descriptions in docstring - to allow documenting only non-obvious parameters
"E501", # line too long
"PLC1901", # {existing} can be simplified to {replacement} as an empty string is falsey; too many false positives
"PLR0911", # Too many return statements ({returns} > {max_returns})