Skip to content

Commit

Permalink
Disable pre-commit until the next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadialqattan authored Nov 12, 2021
1 parent 621d025 commit 49588ef
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ on:
pull_request:

jobs:
pre-commit:
name: Pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
# DISABLED TEMPORARLY:
#pre-commit:
# name: Pre-commit
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-python@v2
# - uses: pre-commit/[email protected]

test:
name: Test
Expand Down

0 comments on commit 49588ef

Please sign in to comment.