pylint: Disable some messages again.
See https://bitbucket.org/logilab/pylint/issues/713/
This partially reverts a42d99a8b7
.
This commit is contained in:
parent
009e29789a
commit
251e657bd1
@ -21,7 +21,11 @@ disable=no-self-use,
|
|||||||
too-many-instance-attributes,
|
too-many-instance-attributes,
|
||||||
blacklisted-name,
|
blacklisted-name,
|
||||||
too-many-lines,
|
too-many-lines,
|
||||||
|
logging-format-interpolation,
|
||||||
broad-except,
|
broad-except,
|
||||||
|
bare-except,
|
||||||
|
eval-used,
|
||||||
|
exec-used,
|
||||||
file-ignored,
|
file-ignored,
|
||||||
wrong-import-order,
|
wrong-import-order,
|
||||||
ungrouped-imports,
|
ungrouped-imports,
|
||||||
|
Loading…
Reference in New Issue
Block a user