pylintrc: copied from osbuilid

Only modification is the removal of an osbuild specific type
check exception.
This commit is contained in:
Christian Kellner 2020-09-11 15:15:38 +02:00 committed by Tom Gundersen
parent 0bf3c47113
commit fa1561a9b4

3
.pylintrc Normal file
View file

@ -0,0 +1,3 @@
[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