Skip to content

Commit

Permalink
ci: Use pre-commit v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuestengecko committed Oct 11, 2024
1 parent ad942e0 commit 471deb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Upgrade pip
run: python -m pip install -U pip
- name: Install pre-commit
run: python -m pip install pre-commit types-docutils
run: python -m pip install 'pre-commit>=3,<4'
- name: Run Pre-Commit
run: pre-commit run --all-files

Expand Down

0 comments on commit 471deb0

Please sign in to comment.