Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
MaximSmolskiy committed Apr 1, 2023
commit aacb3c5c5575dea55d010c6c8dc735191388ef6a
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 = 10 # default: 10
max-complexity = 17 # default: 10

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