This commit is contained in:
parent
81d75b7e27
commit
09f99c0e89
1 changed files with 15 additions and 0 deletions
15
.pylintrc
Normal file
15
.pylintrc
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
[MESSAGES CONTROL]
|
||||||
|
disable=
|
||||||
|
missing-module-docstring,
|
||||||
|
missing-function-docstring,
|
||||||
|
missing-class-docstring,
|
||||||
|
line-too-long,
|
||||||
|
too-many-arguments,
|
||||||
|
too-many-branches,
|
||||||
|
superfluous-parens,
|
||||||
|
invalid-name,
|
||||||
|
too-many-locals,
|
||||||
|
too-many-public-methods,
|
||||||
|
too-many-statements,
|
||||||
|
arguments-differ,
|
||||||
|
too-many-return-statements
|
Loading…
Reference in a new issue