chore: remove hatch filter now that click is pinned

This commit is contained in:
Terry Zhao
2025-09-18 14:34:57 -07:00
parent 8b84904d51
commit 1d312bf037
+1 -3
View File
@@ -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: