Abyss/.pylintrc
SeaswimmerTheFsh 09f99c0e89
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 33s
added pylintrc file
2023-10-22 20:49:43 -04:00

15 lines
359 B
INI

[MESSAGES CONTROL]
disable=
missing-module-docstring,
missing-function-docstring,
missing-class-docstring,
line-too-long,
too-many-arguments,
too-many-branches,
superfluous-parens,
invalid-name,
too-many-locals,
too-many-public-methods,
too-many-statements,
arguments-differ,
too-many-return-statements