3
0
Fork 0
wuttaweb/.pylintrc

14 lines
314 B
INI
Raw Normal View History

# -*- mode: conf; -*-
[MESSAGES CONTROL]
disable=all
enable=
2025-08-31 20:41:53 -05:00
empty-docstring,
inconsistent-return-statements,
2025-08-31 20:20:01 -05:00
no-else-return,
redefined-argument-from-local,
too-many-branches,
too-many-instance-attributes,
too-many-return-statements,
2025-08-31 20:53:12 -05:00
unused-import,