3
0
Fork 0

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

probably should actually refactor some of this? but ignore for now
This commit is contained in:
Lance Edgar 2025-08-31 20:16:23 -05:00
parent e6c495b40d
commit 6424432f1b
7 changed files with 9 additions and 8 deletions

View file

@ -4,5 +4,6 @@
disable=all
enable=
inconsistent-return-statements,
too-many-branches,
too-many-instance-attributes,
too-many-return-statements,