style: ruff hardcore mode

This commit is contained in:
2026-04-12 00:12:04 +02:00
parent e7fc808212
commit 5c13f88d70
2 changed files with 8 additions and 2 deletions
+4
View File
@@ -14,3 +14,7 @@ dev = [
"ruff>=0.15.10",
"ty>=0.0.29",
]
[tool.ruff.lint]
select = ["E", "F", "C", "W"]
ignore = []