Skip to content

Commit bfc00c5

Browse files
committed
Add more ignores for plint 1.5.2
1 parent 92d57db commit bfc00c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pylint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ load-plugins=
4444
disable=pointless-except, invalid-name, super-init-not-called, fixme, star-args,
4545
too-many-instance-attributes, too-few-public-methods, too-many-arguments,
4646
too-many-locals, too-many-public-methods, duplicate-code, bad-whitespace,
47-
locally-disabled
47+
locally-disabled, locally-enabled, bad-continuation, wrong-import-order
4848

4949
[REPORTS]
5050

0 commit comments

Comments
 (0)