debian-koji-osbuild/setup.cfg
Christian Kellner bbf8b74047 pylint: move config to setup.cfg
This is what we do in osbuild, lets do it here too, so we are in
sync about where the configuration is.
2022-01-24 23:21:31 +01:00

9 lines
315 B
INI

[pylint.MASTER]
disable=missing-docstring,too-few-public-methods,invalid-name,duplicate-code,superfluous-parens,too-many-locals,attribute-defined-outside-init,too-many-arguments,consider-using-with,consider-using-from-import
[pylint.DESIGN]
max-attributes=10
max-statements=75
[pycodestyle]
max-line-length = 120