We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be45a7 commit 2e3abe1Copy full SHA for 2e3abe1
1 file changed
noxfile.py
@@ -24,6 +24,7 @@
24
python_versions = ["3.13", "3.12", "3.11"]
25
nox.needs_version = ">=2025.2.9"
26
nox.options.default_venv_backend = "uv"
27
+nox.options.reuse_venv = "yes"
28
nox.options.sessions = ("pre-commit", "safety", "mypy", "tests", "typeguard", "xdoctest", "docs-build")
29
30
0 commit comments