mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
linter pacification
This commit is contained in:
parent
1c21e22720
commit
2c01699b99
1 changed files with 4 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ length_sort = True
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 100
|
max-line-length = 100
|
||||||
max-complexity = 10
|
max-complexity = 12
|
||||||
ignore =
|
ignore =
|
||||||
# Missing trailing comma (handled by sjfmt)
|
# Missing trailing comma (handled by sjfmt)
|
||||||
C812
|
C812
|
||||||
|
|
@ -136,6 +136,9 @@ max-locals = 20
|
||||||
# Maximum number of arguments for function / method
|
# Maximum number of arguments for function / method
|
||||||
max-args = 12
|
max-args = 12
|
||||||
|
|
||||||
|
# Maximum number of branch for function / method body
|
||||||
|
max-branches = 14
|
||||||
|
|
||||||
good-names = logger,i,ex
|
good-names = logger,i,ex
|
||||||
|
|
||||||
# These are packages that are implemented as c extensions and
|
# These are packages that are implemented as c extensions and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue