SeaCogs/.forgejo/workflows/config/.pylintrc

18 lines
408 B
INI
Raw Normal View History

2023-12-14 18:35:25 -05:00
[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,
2023-12-17 03:11:51 -05:00
too-many-return-statements,
import-outside-toplevel