3
0
Fork 0

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

This commit is contained in:
Lance Edgar 2025-08-31 11:20:24 -05:00
parent 8ede2fc406
commit 5d7dda8163
5 changed files with 10 additions and 12 deletions

View file

@ -4,7 +4,6 @@
disable=
attribute-defined-outside-init,
fixme,
too-many-arguments,
too-many-branches,
too-many-locals,
too-many-positional-arguments,