Skip to content

Commit

Permalink
tests: Remove djangorestframework and django-modeltranslation matcher…
Browse files Browse the repository at this point in the history
…s from django section
  • Loading branch information
jpmckinney committed Oct 19, 2024
1 parent a7215a2 commit 1cd29b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cd29b9

Please sign in to comment.