Skip to content

Commit 14c2cc5

Browse files
committed
move locally-disabled out of the testing list
1 parent 2c33785 commit 14c2cc5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ disable =
1919
too-many-locals,
2020
too-many-arguments,
2121
too-many-instance-attributes,
22-
# Test to enable:
2322
locally-disabled,
23+
24+
# Test to enable:
2425
unnecessary-comprehension,
2526
suppressed-message,
2627
redefined-outer-name,

0 commit comments

Comments
 (0)