test(api): disable too-many-arguments lint error
This commit is contained in:
parent
7503618599
commit
ac66441278
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ disable = [
|
||||||
"missing-function-docstring",
|
"missing-function-docstring",
|
||||||
"missing-module-docstring",
|
"missing-module-docstring",
|
||||||
"too-few-public-methods",
|
"too-few-public-methods",
|
||||||
|
"too-many-arguments",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.pylint.design]
|
[tool.pylint.design]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue