Skip to content
Merged
Prev Previous commit
Try to lower max-complexity
  • Loading branch information
MaximSmolskiy committed Mar 28, 2023
commit 1192c0691fcd8ef8680af776a3417710432636c6
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ show-source = true
target-version = "py311"

[tool.ruff.mccabe] # DO NOT INCREASE THIS VALUE
max-complexity = 18 # default: 10
max-complexity = 17 # default: 10

[tool.ruff.pylint] # DO NOT INCREASE THESE VALUES
max-args = 10 # default: 5
Expand Down