From 3fa48cb5cfc7d69557a68c31cb4ce76dd25faf13 Mon Sep 17 00:00:00 2001 From: -LAN- Date: Wed, 3 Sep 2025 12:05:41 +0800 Subject: [PATCH] chore: remove ty-check from Python style check. Signed-off-by: -LAN- --- .github/workflows/style.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index a3643c9931..2ab1d81750 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -12,7 +12,6 @@ permissions: statuses: write contents: read - jobs: python-style: name: Python Style @@ -44,10 +43,6 @@ jobs: if: steps.changed-files.outputs.any_changed == 'true' run: uv sync --project api --dev - - name: Run ty check - if: steps.changed-files.outputs.any_changed == 'true' - run: dev/ty-check - - name: Dotenv check if: steps.changed-files.outputs.any_changed == 'true' run: uv run --project api dotenv-linter ./api/.env.example ./web/.env.example