Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
[ci] Disable pre-commit hook (#4481)
Browse files Browse the repository at this point in the history
* Fix click version

* Lol

* Disable pre-commit for now.
  • Loading branch information
stephenroller authored Apr 11, 2022
1 parent 755b9dc commit 081eef1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
pull_request:

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0
# TODO(roller): uncomment this. it drifted due to click versioning.
# see #4481 for details
# pre-commit:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-python@v2
# - uses: pre-commit/action@v2.0.0

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 081eef1

Please sign in to comment.