3
0
Fork 0

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

This commit is contained in:
Lance Edgar 2025-09-01 11:03:10 -05:00
parent 95aeb87899
commit 1dd184622f
4 changed files with 4 additions and 5 deletions

View file

@ -8,5 +8,4 @@ disable=fixme,
duplicate-code,
keyword-arg-before-vararg,
no-member,
too-many-locals,
too-many-nested-blocks,