We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d57db commit bfc00c5Copy full SHA for bfc00c5
1 file changed
.pylint
@@ -44,7 +44,7 @@ load-plugins=
44
disable=pointless-except, invalid-name, super-init-not-called, fixme, star-args,
45
too-many-instance-attributes, too-few-public-methods, too-many-arguments,
46
too-many-locals, too-many-public-methods, duplicate-code, bad-whitespace,
47
- locally-disabled
+ locally-disabled, locally-enabled, bad-continuation, wrong-import-order
48
49
[REPORTS]
50
0 commit comments