Skip to content

Commit 60f203b

Browse files
committed
chore: Don't match djangorestframework and django-modeltranslation files
1 parent 8fb8327 commit 60f203b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ignore-variadic-names = true
2424
"docs/*" = ["D100", "INP001"]
2525
"{*/signals,*/views,*/migrations/*}.py" = ["ARG001"]
2626
"{*/admin,*/routers,*/views,*/commands/*}.py" = ["ARG002"]
27-
"{*/admin,*/forms,*/models,*/routers,*/serializers,*/translation,*/migrations/*,tests/*}.py" = ["RUF012"]
27+
"{*/admin,*/forms,*/models,*/routers,*/migrations/*,tests/*}.py" = ["RUF012"]
2828
"*/migrations/*" = ["E501"]
2929
"tests/*" = [
3030
"D", "FBT003", "INP001", "PLR2004", "PT", "S", "TRY003",

0 commit comments

Comments
 (0)