From 1cd29b987d37e3bb129b1fed7af0549636689c30 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:32:23 -0400 Subject: [PATCH] tests: Remove djangorestframework and django-modeltranslation matchers from django section --- tests/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script.sh b/tests/script.sh index 18d36fe..e1f4e17 100644 --- a/tests/script.sh +++ b/tests/script.sh @@ -130,7 +130,7 @@ if [ -n "$REQUIREMENTS_FILE" ]; then # models.py https://docs.djangoproject.com/en/4.2/ref/models/options/ # migrations/ https://docs.djangoproject.com/en/4.2/topics/migrations/#migration-files # tests/ https://docs.djangoproject.com/en/4.2/topics/db/fixtures/#how-to-use-a-fixture - {*/admin,*/forms,*/models,*/routers,*/serializers,*/translation,*/migrations/*,tests/*}.py:RUF012 # mutable-class-default + {*/admin,*/forms,*/models,*/routers,*/migrations/*,tests/*}.py:RUF012 # mutable-class-default ) BUILTINS_IGNORELIST+=( "'id'" # path component