Skip to content

Commit 74174e4

Browse files
committed
Removed the pre-commit tox environment
Running "pre-commit run -a" is preferred.
1 parent ea31798 commit 74174e4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

pyproject.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,13 @@ show_missing = true
8989
[tool.tox]
9090
legacy_tox_ini = """
9191
[tox]
92-
envlist = pre-commit, py37, py38, py39, py310
92+
envlist = py37, py38, py39, py310
9393
skip_missing_interpreters = true
9494
isolated_build = true
9595
9696
[testenv]
97-
depends = pre-commit
9897
extras = test
9998
setenv =
100-
SQLALCHEMY_WARN_20 = true
99+
SQLALCHEMY_WARN_20 = true
101100
commands = python -m pytest {posargs}
102-
103-
[testenv:pre-commit]
104-
depends =
105-
deps = pre-commit
106-
commands = pre-commit run --all-files
107-
skip_install = true
108101
"""

0 commit comments

Comments
 (0)