From 72a7aeb6bd0025737e1d5db2e91d85c6146a61e5 Mon Sep 17 00:00:00 2001 From: Marcel Wilson Date: Wed, 12 Jun 2024 17:21:47 -0500 Subject: [PATCH] trying to figure out how to get black to format the same in two different versions of python --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b8c071931..dbe5f2375 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,7 @@ commands = pylint {[base]linting_targets} [testenv:black] basepython = python3 -target-version = ["py37"] +;target-version = ["py37"] skip_install = true deps = black commands = black --check --diff {[base]linting_targets} --exclude __pycache__