setup.cfg: increase max-statements to 75
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.
This commit is contained in:
parent
de7fd7b402
commit
d8a8dc84d6
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ ignored-classes=osbuild.loop.LoopInfo
|
||||||
|
|
||||||
[pylint.DESIGN]
|
[pylint.DESIGN]
|
||||||
max-attributes=10
|
max-attributes=10
|
||||||
|
max-statements=75
|
||||||
|
|
||||||
[pycodestyle]
|
[pycodestyle]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue