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.
1 parent b3a958c commit 7e0ce78Copy full SHA for 7e0ce78
noxfile.py
@@ -6,6 +6,8 @@
6
pytest_cov_args = ["--cov=find_libpython", "--cov-branch"]
7
coverage_file = "coverage.xml"
8
9
+nox.options.default_venv_backend = "uv|venv"
10
+
11
12
@nox.session
13
def tests(session):
pyproject.toml
@@ -51,3 +51,10 @@ ignore = [
51
52
[tool.mypy]
53
packages = ["find_libpython"]
54
55
+[dependency-groups]
56
+dev = [
57
+ "mypy",
58
+ "nox[uv]",
59
+ "ruff",
60
+]
0 commit comments