We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587381c commit 5a213d2Copy full SHA for 5a213d2
pyproject.toml
@@ -154,7 +154,6 @@ extend-select = [
154
ignore = [
155
"PLR0913", # Too many arguments in function definition
156
"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`
158
]
159
160
[tool.ruff.lint.isort]
0 commit comments