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

This commit is contained in:
ethernet 2026-05-04 14:13:37 -04:00
parent 63c51d8962
commit 9627ee70e5
3 changed files with 359 additions and 0 deletions

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"