test(api): disable too-many-arguments lint error

This commit is contained in:
jo 2022-06-28 21:00:22 +02:00 committed by Kyle Robbertze
parent 7503618599
commit ac66441278
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ disable = [
"missing-function-docstring",
"missing-module-docstring",
"too-few-public-methods",
"too-many-arguments",
]
[tool.pylint.design]