pylint
This commit is contained in:
parent
009a556c32
commit
15ce2f152f
2 changed files with 13 additions and 7 deletions
6
.pylintrc
Normal file
6
.pylintrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
[messages control]
|
||||
disable=
|
||||
missing-module-docstring,
|
||||
missing-class-docstring,
|
||||
missing-function-docstring,
|
||||
too-few-public-methods
|
Loading…
Add table
Add a link
Reference in a new issue