chore(tooling): disable too-many-positional-arguments
Some checks failed
Actions / Build Documentation (MkDocs) (push) Successful in 37s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 41s

This commit is contained in:
cswimr 2025-01-26 00:48:25 +00:00
parent 8511b7b964
commit 451ecfe5d9
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -12,6 +12,7 @@
too-many-locals,
too-many-public-methods,
too-many-statements,
too-many-positional-arguments,
arguments-differ,
too-many-return-statements,
import-outside-toplevel,