The default is 50, which we hit in a few places already. Let's do 75, equally arbitrary but gives us a bit more wiggle room.
12 lines
326 B
INI
12 lines
326 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
|
|
|
|
[pylint.TYPECHECK]
|
|
ignored-classes=osbuild.loop.LoopInfo
|
|
|
|
[pylint.DESIGN]
|
|
max-attributes=10
|
|
max-statements=75
|
|
|
|
[pycodestyle]
|
|
max-line-length = 120
|