You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
486 B
INI
25 lines
486 B
INI
5 years ago
|
[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
|