Skip to content

Commit

Permalink
Merge pull request #944 from CoffeaTeam/fix-ci-precommit
Browse files Browse the repository at this point in the history
ci: pre-commit only has 3.0.0
  • Loading branch information
lgray authored Nov 29, 2023
2 parents cc2c5ee + c40f7af commit 23a8f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3
- uses: pre-commit/action@v3.0.0
with:
extra_args: --hook-stage manual --all-files

Expand Down

0 comments on commit 23a8f32

Please sign in to comment.