SeaCogs/.forgejo/workflows/config/.pylintrc

21 lines
476 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,
2023-12-18 19:00:16 -05:00
import-outside-toplevel,
import-self,
relative-beyond-top-level,
duplicate-code