We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a33ead commit e2827efCopy full SHA for e2827ef
.pylintrc
@@ -71,9 +71,7 @@ confidence=
71
# --disable=W".
72
enable=all
73
74
-disable=non-ascii-bytes-literal,
75
- raw-checker-failed,
76
- locally-disabled,
+disable=locally-disabled,
77
file-ignored,
78
suppressed-message,
79
similarities,
@@ -88,7 +86,6 @@ disable=non-ascii-bytes-literal,
88
86
too-many-instance-attributes,
89
87
too-many-lines,
90
misplaced-comparison-constant,
91
- bad-continuation,
92
broad-except,
93
logging-fstring-interpolation,
94
logging-format-interpolation
0 commit comments