Skip to content

Commit 8766873

Browse files
committed
chore: Ignore ARG001 for pytest fixtures
1 parent 0989bb2 commit 8766873

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ ignore = [
8989
"SIM108", # Use ternary operator
9090
]
9191

92+
[tool.ruff.lint.per-file-ignores]
93+
"tests/test_*.py" = [
94+
"ARG001", # Pytest fixtures are passed as arguments
95+
]
96+
9297
[tool.ruff.format]
9398
docstring-code-format = true
9499

0 commit comments

Comments
 (0)