remove pre-commit job, using pre-commit.ci now

This commit is contained in:
David Lord 2020-10-31 20:03:27 -07:00
parent 1c6dc15420
commit 2676973cd7
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -24,7 +24,6 @@ jobs:
- {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36}
- {name: 'PyPy', python: pypy3, os: ubuntu-latest, tox: pypy3}
- {name: Version Range, python: '3.9', os: ubuntu-latest, tox: 'devel'}
- {name: Style, python: '3.9', os: ubuntu-latest, tox: style}
- {name: Docs, python: '3.9', os: ubuntu-latest, tox: docs}
steps:
- uses: actions/checkout@v2