fix: fix 'too-many-arguments' for pylint
This commit is contained in:
parent
282fc61e50
commit
0dc6b615e7
5 changed files with 6 additions and 8 deletions
|
@ -26,8 +26,6 @@ disable=fixme,
|
|||
singleton-comparison,
|
||||
super-init-not-called,
|
||||
too-few-public-methods,
|
||||
too-many-arguments,
|
||||
too-many-lines,
|
||||
too-many-locals,
|
||||
too-many-nested-blocks,
|
||||
too-many-positional-arguments,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue