Ignore useless pylint options (fixes #5950)

I think we should disable this warning for unknown warnings so that old
pylint versions keep working ok
This commit is contained in:
Dennis Felsing 2022-10-21 00:01:04 +02:00
parent 4050678526
commit 1020b0a26f
1 changed files with 1 additions and 0 deletions

View File

@ -22,3 +22,4 @@ disable=
R0915, # too-many-statements
W0511, # fixme
W0603, # global-statement
R0022, # useless-option-value