pylint fixes
This commit is contained in:
parent
1353b5e96b
commit
aad0fbf4b2
2 changed files with 15 additions and 14 deletions
11
.pylintrc
11
.pylintrc
|
@ -1,6 +1,7 @@
|
|||
[MESSAGES CONTROL]
|
||||
disable=
|
||||
missing-module-docstring,
|
||||
missing-function-docstring,
|
||||
missing-class-docstring,
|
||||
line-too-long
|
||||
disable=
|
||||
missing-module-docstring,
|
||||
missing-function-docstring,
|
||||
missing-class-docstring,
|
||||
line-too-long,
|
||||
too-many-arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue