Skip to content

Commit

Permalink
Increment pylint metrics to pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 3, 2023
1 parent 364617a commit ecb578b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ max-complexity = 45
[tool.ruff.pylint]
allow-magic-value-types = ["bytes", "int", "str",]
max-args = 12
max-branches = 48
max-branches = 50
max-returns = 10
max-statements = 111
max-statements = 116

0 comments on commit ecb578b

Please sign in to comment.