fix: fix 'too-many-arguments' for pylint
This commit is contained in:
parent
fee44b455a
commit
93855e79d1
3 changed files with 4 additions and 6 deletions
|
@ -23,8 +23,6 @@ disable=fixme,
|
|||
redefined-outer-name,
|
||||
singleton-comparison,
|
||||
too-few-public-methods,
|
||||
too-many-arguments,
|
||||
too-many-branches,
|
||||
too-many-lines,
|
||||
too-many-locals,
|
||||
too-many-positional-arguments,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue