Skip to content

Commit 1b0d11a

Browse files
committed
test: fix tool.ruff.lint.per-file-ignores config
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent b128951 commit 1b0d11a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ omit = ["__main__.py"]
5252
[tool.ruff.lint]
5353
select = ["ALL"]
5454

55-
[tool.ruff.per-file-ignores]
55+
[tool.ruff.lint.per-file-ignores]
5656
"__main__.py" = ["T201"]
5757
"tests/*" = ["D", "S101"]

0 commit comments

Comments
 (0)