From 320dbcee525fd83847f8f059044a6bc645905a21 Mon Sep 17 00:00:00 2001 From: Adam Ling Date: Wed, 28 Jun 2023 12:23:23 -0700 Subject: [PATCH] SNOW-851522: pin pre-commit to use py38 as isort in precommit doesn't support py37 anymore (#1620) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 40cbe34e8..4a62405a1 100644 --- a/tox.ini +++ b/tox.ini @@ -129,6 +129,7 @@ deps = flake8 commands = flake8 {posargs} [testenv:fix_lint] +basepython = python3.8 description = format the code base to adhere to our styles, and complain about what we cannot do automatically passenv = PROGRAMDATA