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 4c0879a commit 69b77b8Copy full SHA for 69b77b8
.github/workflows/main.yaml
@@ -19,8 +19,9 @@ jobs:
19
uses: astral-sh/setup-uv@v7
20
with:
21
version: "latest"
22
+ enable-cache: "false"
23
- run: >-
- uvx -p 3.13 --from pre-commit-mirror-maker pre-commit-mirror . \
24
+ uvx -p 3.14 --from pre-commit-mirror-maker pre-commit-mirror . \
25
--language=python --package-name=pyproject-fmt --files-regex '(^|/)pyproject\.toml$'
26
- run: |
27
git remote set-url origin https://x-access-token:[email protected]/$GITHUB_REPOSITORY
0 commit comments