CHANGE: Adjust function complexity by a fraction to fit existing code
parent
e40e75038d
commit
344e089364
|
@ -76,7 +76,7 @@ extend-select = [
|
||||||
]
|
]
|
||||||
per-file-ignores = []
|
per-file-ignores = []
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
max-complexity = 12
|
max-complexity = 15
|
||||||
exclude = [
|
exclude = [
|
||||||
".git",
|
".git",
|
||||||
"__pycache__",
|
"__pycache__",
|
||||||
|
|
Loading…
Reference in New Issue