pylint karma

This commit is contained in:
Robert Sachunsky 2019-11-29 18:20:28 +01:00
parent e16438a377
commit d5094ee42b
3 changed files with 33 additions and 11 deletions

24
.pylintrc Normal file
View file

@ -0,0 +1,24 @@
[MASTER]
[MESSAGES CONTROL]
disable =
ungrouped-imports,
bad-continuation,
missing-docstring,
no-self-use,
superfluous-parens,
invalid-name,
line-too-long,
too-many-arguments,
too-many-branches,
too-many-statements,
too-many-locals,
too-few-public-methods,
wrong-import-order,
duplicate-code
# allow indented whitespace (as required by interpreter):
no-space-check=empty-line
# allow non-snake-case identifiers:
good-names=n,i