Skip to content

Commit 1c0743c

Browse files
committed
nox: use uv
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 7040eba commit 1c0743c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import nox
77

88

9+
nox.options.default_venv_backend = 'uv|virtualenv'
910
nox.options.sessions = ['mypy', 'test']
1011
nox.options.reuse_existing_virtualenvs = True
1112

0 commit comments

Comments
 (0)