test(api): disable too-many-arguments lint error
This commit is contained in:
parent
7503618599
commit
ac66441278
|
@ -9,6 +9,7 @@ disable = [
|
|||
"missing-function-docstring",
|
||||
"missing-module-docstring",
|
||||
"too-few-public-methods",
|
||||
"too-many-arguments",
|
||||
]
|
||||
|
||||
[tool.pylint.design]
|
||||
|
|
Loading…
Reference in New Issue