fix(pylint): added another pylint rule to the pylint ignore file
This commit is contained in:
parent
cb15f7e2c1
commit
b614c6d443
1 changed files with 2 additions and 1 deletions
|
@ -8,4 +8,5 @@
|
|||
too-many-branches,
|
||||
superfluous-parens,
|
||||
invalid-name,
|
||||
too-many-locals
|
||||
too-many-locals,
|
||||
too-many-public-methods
|
||||
|
|
Loading…
Reference in a new issue