From 885bef7b5e7792af12fbe8f365e6410035f07fc5 Mon Sep 17 00:00:00 2001 From: pacrob Date: Fri, 27 Oct 2023 12:13:12 -0600 Subject: [PATCH] condense tox lint envs as linting now a pre-commit call, not tox --- tox.ini | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tox.ini b/tox.ini index 2742f06a..f52da5f8 100644 --- a/tox.ini +++ b/tox.ini @@ -28,19 +28,11 @@ extras= docs allowlist_externals=make,pre-commit -[common-lint] -basepython=python +[testenv:py{38,39,310,311}-lint] deps=pre-commit commands= pre-commit run --all-files --show-diff-on-failure -[testenv:lint] -basepython: python -commands: {[common-lint]commands} - -[testenv:py{38,39,310,311}-lint] -commands: {[common-lint]commands} - [testenv:py{38,39,310,311}-wheel] deps= wheel