We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb8327 commit 60f203bCopy full SHA for 60f203b
pyproject.toml
@@ -24,7 +24,7 @@ ignore-variadic-names = true
24
"docs/*" = ["D100", "INP001"]
25
"{*/signals,*/views,*/migrations/*}.py" = ["ARG001"]
26
"{*/admin,*/routers,*/views,*/commands/*}.py" = ["ARG002"]
27
-"{*/admin,*/forms,*/models,*/routers,*/serializers,*/translation,*/migrations/*,tests/*}.py" = ["RUF012"]
+"{*/admin,*/forms,*/models,*/routers,*/migrations/*,tests/*}.py" = ["RUF012"]
28
"*/migrations/*" = ["E501"]
29
"tests/*" = [
30
"D", "FBT003", "INP001", "PLR2004", "PT", "S", "TRY003",
0 commit comments