3
0
Fork 0

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

This commit is contained in:
Lance Edgar 2025-08-31 11:25:41 -05:00
parent 8e67de4947
commit d9db40fddc
2 changed files with 21 additions and 16 deletions

View file

@ -5,4 +5,3 @@ disable=
attribute-defined-outside-init,
fixme,
too-many-branches,
too-many-locals,