Skip to content

Commit

Permalink
Try a fix for broken docformatter pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
lebrice authored Oct 18, 2024
1 parent 0c1a8a9 commit 6da06dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: '3.11'
cache: 'pip'
- run: pip install pre-commit
- run: pip install "pre-commit<4.0.0"
- run: pre-commit --version
- run: pre-commit install
- run: pre-commit run --all-files
Expand Down

0 comments on commit 6da06dd

Please sign in to comment.