fix(linting): set the not to 10/10 on pylint

This commit is contained in:
Romain J 2020-10-19 00:20:58 +02:00
commit cebb1b0123
24 changed files with 663 additions and 538 deletions

13
.pylintrc Normal file
View 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