Skip to content

Commit e2827ef

Browse files
committed
make pylint more strict
1 parent 2a33ead commit e2827ef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.pylintrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ confidence=
7171
# --disable=W".
7272
enable=all
7373

74-
disable=non-ascii-bytes-literal,
75-
raw-checker-failed,
76-
locally-disabled,
74+
disable=locally-disabled,
7775
file-ignored,
7876
suppressed-message,
7977
similarities,
@@ -88,7 +86,6 @@ disable=non-ascii-bytes-literal,
8886
too-many-instance-attributes,
8987
too-many-lines,
9088
misplaced-comparison-constant,
91-
bad-continuation,
9289
broad-except,
9390
logging-fstring-interpolation,
9491
logging-format-interpolation

0 commit comments

Comments
 (0)