We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
noxfile.py
1 parent 6e0672d commit a6361cdCopy full SHA for a6361cd
noxfile.py
@@ -8,7 +8,7 @@
8
from nox.sessions import Session
9
10
nox.options.default_venv_backend = "uv"
11
-nox.options.reuse_venv = True
+nox.options.reuse_venv = "yes"
12
13
PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]
14
0 commit comments