Pylint for views

This commit is contained in:
Степаненко Ольга
2021-05-06 16:42:15 +03:00
parent bb74072c32
commit 12db461b5d
4 changed files with 12 additions and 10 deletions

View File

@@ -537,7 +537,7 @@ max-branches=12
max-locals=15
# 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