3
0
Fork 0

fix: fix 'too-many-arguments' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 09:58:56 -05:00
parent 282fc61e50
commit 0dc6b615e7
5 changed files with 6 additions and 8 deletions

View file

@ -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,