Skip to content

Commit 1d312bf

Browse files
committed
chore: remove hatch filter now that click is pinned
1 parent 8b84904 commit 1d312bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check-regeneration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
uses: astral-sh/setup-uv@v3
4242

4343
- name: Run Python checks
44-
# Passing an explicit empty filter avoids Click's sentinel default in newer releases
45-
# breaking Hatch's JSON parsing.
46-
run: uv run hatch run --filter '{}' all-check
44+
run: uv run hatch run all-check
4745
working-directory: test-proj
4846

4947
check-ui:

0 commit comments

Comments
 (0)