Skip to content

Commit 16ba926

Browse files
committed
Remove pre-commit from CI, using pre-commit.ci instead
1 parent c7d5e17 commit 16ba926

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yaml

-17
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,3 @@ jobs:
5151
with:
5252
name: ${{ matrix.arch }}
5353
path: dist
54-
55-
# TODO: switch to pre-commit.ci
56-
pre-commit:
57-
runs-on: ubuntu-20.04
58-
steps:
59-
- uses: actions/checkout@v2
60-
61-
- name: Set up Python
62-
uses: actions/setup-python@v2
63-
with:
64-
python-version: '3.8'
65-
66-
- name: Install tox
67-
run: pip install tox
68-
69-
- name: Run pre-commit
70-
run: tox -e pre-commit

0 commit comments

Comments
 (0)