3
0
Fork 0
wuttjamaican/.pylintrc
Lance Edgar faa12005fb infra: explicitly disable checks for pylint
finally tackled enough we can assume checks *should* run except for
those we opt out of.  and those can be cleaned up too hopefully but
i'm out of gas for the moment
2025-08-30 20:36:27 -05:00

14 lines
353 B
INI

# -*- mode: conf; -*-
[MESSAGES CONTROL]
disable=
attribute-defined-outside-init,
fixme,
import-outside-toplevel,
too-many-arguments,
too-many-branches,
too-many-instance-attributes,
too-many-lines,
too-many-locals,
too-many-positional-arguments,
too-many-public-methods,