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 f868dcc118
commit cb42bd468f

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