Skip to content

Commit

Permalink
chore: Don't match django-modeltranslation files
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 17, 2024
1 parent f218068 commit abdd251
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@ 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"]
"*/{serializers,views}.py" = ["RUF012"]
"*/migrations/*" = ["E501"]
"*/tests/*" = [
"D", "FBT003", "INP001", "PLR2004", "PT", "S", "TRY003",
]
"*/views.py" = [
"RUF012", # djangorestframework
]
"*/exporter/*" = [
"D205",
"ARG001", # tag
Expand Down

0 comments on commit abdd251

Please sign in to comment.