wip solve pylint errors

This commit is contained in:
lebaudantoine
2024-10-28 10:28:01 +01:00
parent 9d4265003d
commit abfdc9d8af
+2 -2
View File
@@ -447,10 +447,10 @@ max-bool-expr=5
max-branches=12
# Maximum number of locals for function / method body
max-locals=15
max-locals=20
# Maximum number of parents for a class (see R0901).
max-parents=7
max-parents=10
# Maximum number of public methods for a class (see R0904).
max-public-methods=20