Skip to content

Commit

Permalink
pre-commit autoupdate 2025-01-02
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jan 2, 2025
1 parent 454f303 commit 434d093
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ ignore = [
"S324",
]

[tool.ruff.mccabe]
[tool.ruff.lint.mccabe]
max-complexity = 33

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

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["E402"]
"tests/*" = ["PT017", "S101"]
"tests/cli/test_ia_list.py" = ["E741"]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ docs =
test =
pytest==7.1.2
responses==0.20.0
ruff==0.0.269
ruff==0.8.5
types =
tqdm-stubs>=0.2.0
types-colorama
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==7.2.2
responses==0.23.1
ruff==0.0.269
ruff==0.8.5

0 comments on commit 434d093

Please sign in to comment.