fix(linting): set the not to 10/10 on pylint
This commit is contained in:
parent
e0788137ff
commit
cebb1b0123
24 changed files with 663 additions and 538 deletions
13
.pylintrc
Normal file
13
.pylintrc
Normal file
|
@ -0,0 +1,13 @@
|
|||
[BASIC]
|
||||
good-names=
|
||||
e, # (exception) as e
|
||||
f, # (file) as f
|
||||
|
||||
[MASTER]
|
||||
disable=
|
||||
C0114, # missing-module-docstring
|
||||
C0115, # missing-class-docstring
|
||||
C0116, # missing-function-docstring
|
||||
W0703, # broad-except
|
||||
R0902, # too-many-instance-attributes
|
||||
R0903, # too-few-public-methods
|
Loading…
Add table
Add a link
Reference in a new issue