Remove pre-commit from CI, using pre-commit.ci instead

This commit is contained in:
Chris Kuehl 2021-10-07 13:24:05 -07:00
parent c7d5e17525
commit 16ba926e92

View file

@ -51,20 +51,3 @@ jobs:
with:
name: ${{ matrix.arch }}
path: dist
# TODO: switch to pre-commit.ci
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install tox
run: pip install tox
- name: Run pre-commit
run: tox -e pre-commit