Downloader/.forgejo/workflows/config/.pylintrc

11 lines
249 B
INI
Raw Normal View History

2024-12-28 10:53:04 -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-instance-attributes,
import-outside-toplevel,