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

This commit is contained in:
Lance Edgar 2025-09-01 14:16:37 -05:00
parent fee44b455a
commit 93855e79d1
3 changed files with 4 additions and 6 deletions

View file

@ -23,8 +23,6 @@ disable=fixme,
redefined-outer-name,
singleton-comparison,
too-few-public-methods,
too-many-arguments,
too-many-branches,
too-many-lines,
too-many-locals,
too-many-positional-arguments,