fix all pylint complaints

This commit is contained in:
Daan Sprenkels
2019-01-21 22:26:43 +01:00
parent 2c41e85753
commit 19c1c70cd3
28 changed files with 85 additions and 119 deletions

View File

@ -139,7 +139,17 @@ disable=missing-docstring,
xreadlines-attribute,
deprecated-sys-function,
exception-escape,
comprehension-escape
comprehension-escape,
# Extra added specifically for this project
access-member-before-definition,
arguments-differ,
attribute-defined-outside-init,
cell-var-from-loop,
duplicate-code,
invalid-name,
missing-format-attribute,
too-few-public-methods,
unused-argument,
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option