3
0
Fork 0
wuttaweb/.pylintrc
Lance Edgar 6424432f1b fix: fix 'too-many-branches' for pylint
probably should actually refactor some of this? but ignore for now
2025-08-31 20:16:43 -05:00

9 lines
203 B
INI

# -*- mode: conf; -*-
[MESSAGES CONTROL]
disable=all
enable=
inconsistent-return-statements,
too-many-branches,
too-many-instance-attributes,
too-many-return-statements,