Skip to content

Commit

Permalink
feat: Use uv as backend
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedouzas committed Sep 3, 2024
1 parent b01e51e commit f4cd6af
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions project/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,15 @@ htmlcov pip-wheel-metadata site __pycache__ docs/generated .nox .ruff_cache pdm.
&& find . -name '.coverage*' -delete"""}
docs = "nox --error-on-external-run -R -s docs -- {args:serve}"
formatting = "nox --error-on-external-run -R -s formatting -- {args:all}"
checks = "nox --error-on-external-run -R -s checks -- {args:all}"
tests = "nox --error-on-external-run -R -s tests"
checks = "nox --default-venv-backend uv --error-on-external-run -R -s checks -- {args:all}"
tests = "nox --default-venv-backend uv --error-on-external-run -R -s tests"
changelog = "nox --error-on-external-run -R -s changelog"
release = "nox --error-on-external-run -R -s release"

[tool.pdm.dev-dependencies]
maintenance = [
"nox[uv]>=2024.4.15",
]
docs = [
"mkdocs>=1.6.0",
"mkdocs-coverage>=1.1.0",
Expand Down

0 comments on commit f4cd6af

Please sign in to comment.