Add more ignores for plint 1.5.2

This commit is contained in:
Bob Lantz
2017-03-15 14:50:01 -07:00
parent 92d57db0d0
commit bfc00c567c
+1 -1
View File
@@ -44,7 +44,7 @@ load-plugins=
disable=pointless-except, invalid-name, super-init-not-called, fixme, star-args,
too-many-instance-attributes, too-few-public-methods, too-many-arguments,
too-many-locals, too-many-public-methods, duplicate-code, bad-whitespace,
locally-disabled
locally-disabled, locally-enabled, bad-continuation, wrong-import-order
[REPORTS]