Skip to content

Commit 894d614

Browse files
committed
linting config
1 parent 01ca971 commit 894d614

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
@@ -95,7 +95,7 @@ exclude = ["docs", "build", "examples"]
9595
lint.dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
9696
target-version = "py310"
9797

98-
[tool.ruff.per-file-ignores]
98+
[tool.ruff.lint.per-file-ignores]
9999
"tests/**" = ["D"]
100100

101101
[tool.ruff.lint.pydocstyle]

0 commit comments

Comments
 (0)