diff --git a/setup.cfg b/setup.cfg index c75bf968..cdbdba7f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,7 @@ ignored-classes=osbuild.loop.LoopInfo [pylint.DESIGN] max-attributes=10 +max-statements=75 [pycodestyle] max-line-length = 120