From 60f203b8742e1b32c6aa1109a13c9749d9d99281 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 17 Sep 2024 00:00:38 -0400 Subject: [PATCH] chore: Don't match djangorestframework and django-modeltranslation files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af448316..6a10d824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ ignore-variadic-names = true "docs/*" = ["D100", "INP001"] "{*/signals,*/views,*/migrations/*}.py" = ["ARG001"] "{*/admin,*/routers,*/views,*/commands/*}.py" = ["ARG002"] -"{*/admin,*/forms,*/models,*/routers,*/serializers,*/translation,*/migrations/*,tests/*}.py" = ["RUF012"] +"{*/admin,*/forms,*/models,*/routers,*/migrations/*,tests/*}.py" = ["RUF012"] "*/migrations/*" = ["E501"] "tests/*" = [ "D", "FBT003", "INP001", "PLR2004", "PT", "S", "TRY003",