Skip to content

Commit

Permalink
remove pre-commit for consistency with 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarWatcher committed Oct 3, 2022
1 parent 3eeac0f commit 23e2672
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ on:
pull_request:
branches: [ master, develop, develop-4.0.0 ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Run hooks
run: |
python3 -m pip install pre-commit
pre-commit run --all-files
test-ubuntu:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 23e2672

Please # to comment.