From 675afb8f73b88a3185e79832ac38da8f54894189 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 20 Nov 2021 16:20:07 +0100 Subject: [PATCH] Don't run pre-commit in CI We've got pre-commit.ci which is much better and faster. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 85420117..664ec88d 100644 --- a/tox.ini +++ b/tox.ini @@ -16,13 +16,13 @@ python = 3.7: py37 3.8: py38, manifest, changelog, docs 3.9: py39, pyright - 3.10: py310, lint, typing + 3.10: py310, typing pypy-2: pypy pypy-3: pypy3 [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 @@ -72,7 +72,7 @@ commands = coverage report -[testenv:lint] +[testenv:pre-commit] basepython = python3.10 skip_install = true deps =