Reorder pylint ignores
This commit is contained in:
parent
e65c0dd8a7
commit
21bf446147
12
.pylintrc
12
.pylintrc
@ -13,24 +13,24 @@ persistent=n
|
|||||||
|
|
||||||
[MESSAGES CONTROL]
|
[MESSAGES CONTROL]
|
||||||
enable=all
|
enable=all
|
||||||
disable=fixme,
|
disable=locally-disabled,
|
||||||
|
locally-enabled,
|
||||||
|
suppressed-message,
|
||||||
|
fixme,
|
||||||
no-self-use,
|
no-self-use,
|
||||||
cyclic-import,
|
cyclic-import,
|
||||||
blacklisted-name,
|
blacklisted-name,
|
||||||
logging-format-interpolation,
|
logging-format-interpolation,
|
||||||
|
logging-not-lazy,
|
||||||
broad-except,
|
broad-except,
|
||||||
bare-except,
|
bare-except,
|
||||||
eval-used,
|
eval-used,
|
||||||
exec-used,
|
exec-used,
|
||||||
global-statement,
|
global-statement,
|
||||||
ungrouped-imports,
|
ungrouped-imports,
|
||||||
suppressed-message,
|
|
||||||
duplicate-code,
|
|
||||||
wrong-import-position,
|
wrong-import-position,
|
||||||
|
duplicate-code,
|
||||||
no-else-return,
|
no-else-return,
|
||||||
logging-not-lazy,
|
|
||||||
locally-disabled,
|
|
||||||
locally-enabled,
|
|
||||||
too-many-ancestors,
|
too-many-ancestors,
|
||||||
too-many-public-methods,
|
too-many-public-methods,
|
||||||
too-many-instance-attributes,
|
too-many-instance-attributes,
|
||||||
|
Loading…
Reference in New Issue
Block a user