Skip to content

Commit 7e0ce78

Browse files
committed
Use uv in development
1 parent b3a958c commit 7e0ce78

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
pytest_cov_args = ["--cov=find_libpython", "--cov-branch"]
77
coverage_file = "coverage.xml"
88

9+
nox.options.default_venv_backend = "uv|venv"
10+
911

1012
@nox.session
1113
def tests(session):

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,10 @@ ignore = [
5151

5252
[tool.mypy]
5353
packages = ["find_libpython"]
54+
55+
[dependency-groups]
56+
dev = [
57+
"mypy",
58+
"nox[uv]",
59+
"ruff",
60+
]

0 commit comments

Comments
 (0)