Pylint for extra_func

This commit is contained in:
Степаненко Ольга
2021-05-06 17:36:38 +03:00
parent 12db461b5d
commit 8646e668c1
3 changed files with 20 additions and 18 deletions

View File

@@ -525,7 +525,7 @@ spelling-store-unknown-words=no
max-args=5
# Maximum number of attributes for a class (see R0902).
max-attributes=7
max-attributes=10
# Maximum number of boolean expressions in an if statement (see R0916).
max-bool-expr=5