From 48bcaa99e9b036bb40412df7b9f1bfa78518e29a Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 6 Dec 2025 10:20:03 -0800 Subject: [PATCH] ty requires a venv currently --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7aa4c395..8c4e776f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,6 @@ jobs: - name: Typecheck run: | pyright dns - ty check dns - name: Lint run: | ruff check dns -- 2.47.3