fix: fix 'too-many-branches' for pylint
probably should actually refactor some of this? but ignore for now
This commit is contained in:
parent
e6c495b40d
commit
6424432f1b
7 changed files with 9 additions and 8 deletions
|
@ -4,5 +4,6 @@
|
|||
disable=all
|
||||
enable=
|
||||
inconsistent-return-statements,
|
||||
too-many-branches,
|
||||
too-many-instance-attributes,
|
||||
too-many-return-statements,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue