From 2d9876620882344c9361b7f5b89e900d1331f7b7 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Thu, 2 Feb 2023 17:28:06 -0800 Subject: [PATCH] chore: remove `pre-commit` as a default `tox` environment For users who use `tox` having `pre-commit` as part of the default environment list is redundant as it will run the same tests again that are being run in other environments. For example: black, flake8, pylint, and more. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9fbf54720..aa9ff6c76 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ minversion = 1.6 skipsdist = True skip_missing_interpreters = True -envlist = py310,py39,py38,py37,flake8,black,twine-check,mypy,isort,cz,pylint,pre-commit +envlist = py310,py39,py38,py37,flake8,black,twine-check,mypy,isort,cz,pylint [testenv] passenv =