diff --git a/.github/workflows/check-regeneration.yml b/.github/workflows/check-regeneration.yml index 787a3e1..5651e8e 100644 --- a/.github/workflows/check-regeneration.yml +++ b/.github/workflows/check-regeneration.yml @@ -41,9 +41,7 @@ jobs: uses: astral-sh/setup-uv@v3 - name: Run Python checks - # Passing an explicit empty filter avoids Click's sentinel default in newer releases - # breaking Hatch's JSON parsing. - run: uv run hatch run --filter '{}' all-check + run: uv run hatch run all-check working-directory: test-proj check-ui: