From e3bd25d68c354774d315d07e0afdbe74616dba0b Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:36:13 +0200 Subject: [PATCH] FIX: inherit base `setenv` --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index de6a6cc..725f7df 100644 --- a/tox.ini +++ b/tox.ini @@ -74,6 +74,7 @@ description = Run all notebooks with pytest [testenv:sty] description = Perform all linting, formatting, and spelling checks setenv = + {[testenv]setenv} SKIP = pyright allowlist_externals = pre-commit