Reorder pylint ignores

This commit is contained in:
Florian Bruhin 2017-12-15 20:04:44 +01:00
parent e65c0dd8a7
commit 21bf446147

View File

@ -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,