5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-07 18:56:55 +00:00

fix: run pre-commit using uv

This commit is contained in:
Matthias Schoettle 2025-02-15 12:46:59 +00:00
parent b6d550bbc3
commit 09ca561541

View file

@ -16,5 +16,5 @@ runs:
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
- run: pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }}
- run: uv run pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }}
shell: bash