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 6267c0a commit a0f3c46Copy full SHA for a0f3c46
.github/workflows/main.yaml
@@ -18,7 +18,8 @@ jobs:
18
- name: Install the latest version of uv
19
uses: astral-sh/setup-uv@v7
20
with:
21
- version: "latest"
+ version: 'latest'
22
+ enable-cache: 'false'
23
- run: >-
24
uvx -p 3.14 --from pre-commit-mirror-maker pre-commit-mirror . \
25
--language=python --package-name=pyproject-fmt --files-regex '(^|/)pyproject\.toml$'
0 commit comments