We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tool.ruff.lint.per-file-ignores
1 parent b128951 commit 1b0d11aCopy full SHA for 1b0d11a
1 file changed
pyproject.toml
@@ -52,6 +52,6 @@ omit = ["__main__.py"]
52
[tool.ruff.lint]
53
select = ["ALL"]
54
55
-[tool.ruff.per-file-ignores]
+[tool.ruff.lint.per-file-ignores]
56
"__main__.py" = ["T201"]
57
"tests/*" = ["D", "S101"]
0 commit comments