Skip to content

Commit 1f3260c

Browse files
committed
fix: put RET 505 ignore in the wrong place
Signed-off-by: Henry Schreiner <[email protected]>
1 parent c06747a commit 1f3260c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ flake8-comprehensions.allow-dict-calls-with-keyword-arguments = true
147147
flake8-unused-arguments.ignore-variadic-names = true
148148

149149
[tool.ruff.lint.per-file-ignores]
150-
"tests/test_*.py" = ["PYI024", "PLR", "SIM201", "T20", "RET505"]
150+
"tests/test_*.py" = ["PYI024", "PLR", "SIM201", "T20"]
151151
"tasks/check.py" = ["UP032", "T20"]
152152
"tests/test_requirements.py" = ["UP032"]
153153
"src/packaging/_musllinux.py" = ["T20"]

0 commit comments

Comments
 (0)