Skip to content

Commit 224e553

Browse files
authored
Merge pull request #564 from afuetterer/pre-commit-ci
ci: prefer action-pre-commit-uv for lint job
2 parents 05e6685 + 8f8107e commit 224e553

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424
uses: actions/setup-python@v5
2525
with:
2626
python-version: '3.11'
27-
cache: pip
28-
- uses: pre-commit/action@v3.0.1
29-
with:
30-
extra_args: --all-files --color=always
27+
- uses: tox-dev/action-pre-commit-uv@246b66536e366bb885f52d61983bf32f7c95e8b1 # v1.0.3
3128

3229
tests:
3330
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)