SeaCogs/.forgejo/workflows/config/.pylintrc
SeaswimmerTheFsh 31fa5eb937
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 48s
fix(moderation): pylint fixes
2023-12-17 03:11:51 -05:00

17 lines
408 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,
import-outside-toplevel