3
0
Fork 0

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

This commit is contained in:
Lance Edgar 2025-08-31 11:28:23 -05:00
parent 5d7dda8163
commit 8e67de4947
5 changed files with 10 additions and 11 deletions

View file

@ -6,4 +6,3 @@ disable=
fixme,
too-many-branches,
too-many-locals,
too-many-positional-arguments,