Skip to content

Commit 5a213d2

Browse files
authored
Fix ruff PT023 warning (#1205)
1 parent 587381c commit 5a213d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ extend-select = [
154154
ignore = [
155155
"PLR0913", # Too many arguments in function definition
156156
"PLR2004", # Magic value used in comparison, consider replacing 3 with a constant variable
157-
"PT023", # Use `@pytest.mark.django_db()` over `@pytest.mark.django_db`
158157
]
159158

160159
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)