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
14 lines
353 B
INI
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,
|