Add strict ruff config.

This commit is contained in:
2026-05-25 01:55:51 +00:00
parent b835b82e94
commit 5f69b5365f
+8
View File
@@ -57,5 +57,13 @@ gui = [
[dependency-groups]
dev = [
"httpx>=0.28.1",
"ruff>=0.15.14",
"setuptools-scm>=8",
]
[tool.ruff]
preview = true
[tool.ruff.lint]
select = ["ALL"]
ignore = ["D203", "D213", "DOC201", "COM812", "T201"]