misc(pylint): added another rule to the ignorelist
This commit is contained in:
parent
d2ea1d3204
commit
e1bdbe41ce
1 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,5 @@
|
|||
too-many-arguments,
|
||||
too-many-branches,
|
||||
superfluous-parens,
|
||||
invalid-name
|
||||
invalid-name,
|
||||
too-many-locals
|
||||
|
|
Loading…
Reference in a new issue