Don't run pre-commit in CI

We've got pre-commit.ci which is much better and faster.
This commit is contained in:
Hynek Schlawack 2021-11-20 16:20:07 +01:00
parent f983588977
commit 675afb8f73
1 changed files with 3 additions and 3 deletions

View File

@ -16,13 +16,13 @@ python =
3.7: py37 3.7: py37
3.8: py38, manifest, changelog, docs 3.8: py38, manifest, changelog, docs
3.9: py39, pyright 3.9: py39, pyright
3.10: py310, lint, typing 3.10: py310, typing
pypy-2: pypy pypy-2: pypy
pypy-3: pypy3 pypy-3: pypy3
[tox] [tox]
envlist = typing,lint,py27,py35,py36,py37,py38,py39,py310,pypy,pypy3,pyright,manifest,docs,pypi-description,changelog,coverage-report envlist = typing,pre-commit,py27,py35,py36,py37,py38,py39,py310,pypy,pypy3,pyright,manifest,docs,pypi-description,changelog,coverage-report
isolated_build = True isolated_build = True
@ -72,7 +72,7 @@ commands =
coverage report coverage report
[testenv:lint] [testenv:pre-commit]
basepython = python3.10 basepython = python3.10
skip_install = true skip_install = true
deps = deps =