Skip to content

Commit

Permalink
Disable ruff errors irrelevant to this merge request
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Mar 11, 2023
1 parent 8fc02f1 commit 3fd6dd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ select = [
target-version = "py37"

[tool.ruff.mccabe]
max-complexity = 45
max-complexity = 50

[tool.ruff.pylint]
allow-magic-value-types = ["bytes", "int", "str",]
max-args = 12
max-branches = 48
max-branches = 53
max-returns = 10
max-statements = 111
max-statements = 114

0 comments on commit 3fd6dd0

Please sign in to comment.