Skip to content

Commit

Permalink
Update pre-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinebenezer authored Apr 9, 2024
1 parent 9936a35 commit 03d4cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: '3.10'
cache: "pip"
- run: pip install -r requirements.txt
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
- name: Post PR comment on failure
if: failure() && github.event_name == 'pull_request_target'
uses: peter-evans/create-or-update-comment@v4
Expand Down

0 comments on commit 03d4cea

Please sign in to comment.