GalaxyCogs/.forgejo/workflows/config/.pylintrc
SeaswimmerTheFsh d4e0425e0a
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 53s
fix(moderation): pylint fixes
2023-12-13 15:15:30 -05:00

16 lines
379 B
INI

[MESSAGES CONTROL]
disable=
too-many-lines,
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