From 2676973cd7d7db2ae83f1ef3034fadad8c5236da Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 31 Oct 2020 20:03:27 -0700 Subject: [PATCH] remove pre-commit job, using pre-commit.ci now --- .github/workflows/tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7d169e80..affc4859 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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