We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b84904 commit 1d312bfCopy full SHA for 1d312bf
.github/workflows/check-regeneration.yml
@@ -41,9 +41,7 @@ jobs:
41
uses: astral-sh/setup-uv@v3
42
43
- 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
+ run: uv run hatch run all-check
47
working-directory: test-proj
48
49
check-ui:
0 commit comments