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 7b175f7 commit 306552eCopy full SHA for 306552e
.github/workflows/pre-commit.yml
@@ -29,13 +29,13 @@ jobs:
29
pre-commit:
30
runs-on: ubuntu-latest
31
steps:
32
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
with:
34
persist-credentials: false
35
36
- name: Run pre-commit checks
37
run: |
38
pipx install uv
39
+ uv venv
40
uv pip install pre-commit
- pre-commit install
41
- pre-commit run --all-files --color always --show-diff-on-failure
+ uv run pre-commit run --all-files --color always --show-diff-on-failure
0 commit comments