Don't run pre-commit in CI
We've got pre-commit.ci which is much better and faster.
This commit is contained in:
parent
f983588977
commit
675afb8f73
6
tox.ini
6
tox.ini
|
@ -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 =
|
||||||
|
|
Loading…
Reference in New Issue