feat(ci): add typecheck (warnings only in CI)

This commit is contained in:
ethernet
2026-05-06 10:58:12 -04:00
parent 63c51d8962
commit 9627ee70e5
3 changed files with 359 additions and 0 deletions
+1
View File
@@ -163,6 +163,7 @@ exclude = ["tinker-atropos"]
[tool.ruff]
exclude = ["tinker-atropos"]
select = [] # disable all lints for now, until we've wrangled typechecks a bit more :3
[tool.uv]
exclude-newer = "7 days"