Skip to content

Commit 1020b0a

Browse files
committed
Ignore useless pylint options (fixes #5950)
I think we should disable this warning for unknown warnings so that old pylint versions keep working ok
1 parent 4050678 commit 1020b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ disable=
2222
R0915, # too-many-statements
2323
W0511, # fixme
2424
W0603, # global-statement
25+
R0022, # useless-option-value

0 commit comments

Comments
 (0)