run_checks: Ignore too-many-locals for pylint.
This commit is contained in:
parent
04ffbc3e53
commit
bd8b1029b7
@ -89,6 +89,7 @@ pylint_disable = [
|
|||||||
'abstract-class-little-used', # False-positives
|
'abstract-class-little-used', # False-positives
|
||||||
'bad-builtin', # map/filter can be nicer than comprehensions
|
'bad-builtin', # map/filter can be nicer than comprehensions
|
||||||
'too-many-arguments',
|
'too-many-arguments',
|
||||||
|
'too-many-locals',
|
||||||
]
|
]
|
||||||
|
|
||||||
flake8_disable = [
|
flake8_disable = [
|
||||||
|
Loading…
Reference in New Issue
Block a user