From fd010d271445c3859749e7bfe103806e7b9a5134 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Thu, 12 Feb 2026 21:42:32 -0500 Subject: [PATCH] Add ty as dev dep --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 03c3dea..a6a16bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ dependencies = [ dev = [ "ruff", "pytest", + "ty", ] [build-system]