From 4a2383f0ad0a7a6494262fa6be0bbd65b7949b61 Mon Sep 17 00:00:00 2001 From: Goyo Date: Fri, 22 Nov 2024 21:41:47 +0100 Subject: [PATCH] Change tox testenv:black envdir (#1530) * change tox testenv:black envdir * remove envdir from tox.ini --- client/tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/tox.ini b/client/tox.ini index efc6793a9..5366c9a89 100644 --- a/client/tox.ini +++ b/client/tox.ini @@ -24,7 +24,6 @@ commands = python -m pytest -v [testenv:lint] -envdir = .tox/lint skip_install = true commands = black --diff --check . @@ -32,7 +31,6 @@ commands = mypy --install-types --non-interactive . [testenv:black] -envdir = .tox/lint skip_install = true commands = black .