debian-koji-osbuild/.pylintrc
Christian Kellner fa1561a9b4 pylintrc: copied from osbuilid
Only modification is the removal of an osbuild specific type
check exception.
2020-09-11 23:18:04 +01:00

3 lines
191 B
INI

[MASTER]
disable=missing-docstring,too-few-public-methods,invalid-name,duplicate-code,superfluous-parens,too-many-locals,attribute-defined-outside-init,too-many-arguments
max-line-length=120