Skip to content

Commit de5c451

Browse files
authored
chore: remove unused pylint suppressions (#6726)
1 parent 944c5c9 commit de5c451

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.pylintrc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,22 @@ jobs=4
77
[MESSAGES CONTROL]
88

99
# Errors and warnings with some filtered:
10+
# W0012(bad-option-value)
1011
# W0212(protected-access)
1112
# W0221(arguments-differ)
12-
# W0222(signature-differs)
1313
# W0223(abstract-method)
1414
# W0231(super-init-not-called)
15-
# W0311(bad-indentation)
1615
# W0511(fixme)
17-
# W0602(global-variable-not-assigned)
1816
# W0603(global-statement)
1917
# W0611(unused-import)
2018
# W0613(unused-argument)
2119
# W0621(redefined-outer-name)
2220
# W0622(redefined-builtin)
2321
# W0631(undefined-loop-variable)
2422
# W0703(broad-except)
25-
# W1401(anomalous-backslash-in-string)
2623
# W1514(unspecified-encoding)
27-
# E0012(bad-option-value)
2824

29-
disable=C, F, I, R, W0212, W0221, W0222, W0223, W0231, W0311, W0511, W0602, W0603, W0611, W0613, W0621, W0622, W0631, W0703, W1401, W1514, E0012
25+
disable=C, F, I, R, W0012, W0212, W0221, W0223, W0231, W0511, W0603, W0611, W0613, W0621, W0622, W0631, W0703, W1514
3026

3127

3228
[REPORTS]

0 commit comments

Comments
 (0)