Skip to content

Commit

Permalink
chore: add ARG001 to ignored ruff checks for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke authored and maringuu committed Dec 11, 2024
1 parent 538006c commit 8b014c5
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 @@ -53,7 +53,7 @@ ignore = [
fixable = ["ALL"]

[tool.ruff.lint.per-file-ignores]
"test*.py" = ["ARG002", "PLR2004"]
"test*.py" = ["ARG001", "ARG002", "PLR2004"]
"conftest.py" = ["ARG002"]

[tool.ruff.lint.isort]
Expand Down

0 comments on commit 8b014c5

Please sign in to comment.