This commit is contained in:
parent
25fa9a0f83
commit
e071ec8952
1 changed files with 10 additions and 0 deletions
10
.pylintrc
Normal file
10
.pylintrc
Normal file
|
@ -0,0 +1,10 @@
|
|||
[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
|
Loading…
Reference in a new issue