From 55c31130f338025aeac9d9739c7fd0fb37e21d1a Mon Sep 17 00:00:00 2001 From: Javier Buzzi Date: Mon, 26 May 2025 17:54:44 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61f2c006..a9c774b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,7 +138,6 @@ ignore = [ "PLR0913", # Too many arguments in function definition "PLR2004", # Magic value used in comparison, consider replacing 3 with a constant variable "PT001", # Use `@pytest.fixture()` over `@pytest.fixture` - "PT023", # Use `@pytest.mark.django_db()` over `@pytest.mark.django_db` ] [tool.ruff.lint.isort]