diff --git a/pyproject.toml b/pyproject.toml index 6f7842ba..46145ee4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,7 +154,6 @@ extend-select = [ ignore = [ "PLR0913", # Too many arguments in function definition "PLR2004", # Magic value used in comparison, consider replacing 3 with a constant variable - "PT023", # Use `@pytest.mark.django_db()` over `@pytest.mark.django_db` ] [tool.ruff.lint.isort]