Add ty as dev dep

This commit is contained in:
Jared Miller 2026-02-12 21:42:32 -05:00
parent 79116ed071
commit fd010d2714
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -16,6 +16,7 @@ dependencies = [
dev = [
"ruff",
"pytest",
"ty",
]
[build-system]