Skip to content

Commit

Permalink
increase max-args to 24, to accomodate the extra argument I had to ad…
Browse files Browse the repository at this point in the history
…d in item.py -> Item -> download for checksum_archive
  • Loading branch information
benbou8231 committed Apr 25, 2024
1 parent 41d2615 commit cb86941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ line-length = 102
max-complexity = 33

[tool.ruff.pylint]
max-args = 23
max-args = 24
max-branches = 33
max-statements = 124

Expand Down

0 comments on commit cb86941

Please sign in to comment.