Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8766873

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

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.