Skip to content

Commit

Permalink
remove redundant pre-commit call
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Oct 8, 2024
1 parent c71ac0f commit 3c8d790
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
with:
python-version: 3.12

- name: Run pre-commit
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
run: |
pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks
# - name: Run pre-commit
# uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

# typing:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 3c8d790

Please sign in to comment.