From: Bob Halley Date: Sat, 6 Dec 2025 18:20:03 +0000 (-0800) Subject: ty requires a venv currently X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48bcaa99e9b036bb40412df7b9f1bfa78518e29a;p=thirdparty%2Fdnspython.git ty requires a venv currently --- 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