File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ use flake . --impure
2+ uv sync
3+ source .venv/bin/activate
Original file line number Diff line number Diff line change @@ -125,3 +125,4 @@ dmypy.json
125125
126126# devenv
127127.devenv
128+ .direnv
Original file line number Diff line number Diff line change 11.PHONY : docs
22test :
3- nix develop --impure . -c ./.venv/bin/ pre-commit run --all-files --show-diff-on-failure
4- nix develop --impure . -c ./.venv/bin/ ruff check .
5- nix develop --impure .# python39 -c ./.venv/bin/ coverage run -m pytest
6- nix develop --impure .# python310 -c ./.venv/bin/ coverage run -m pytest
7- nix develop --impure .# python311 -c ./.venv/bin/ coverage run -m pytest
8- nix develop --impure .# python312 -c ./.venv/bin/ coverage run -m pytest
9- nix develop --impure . -c ./.venv/bin/ coverage report
3+ nix develop --impure . -c uv run pre-commit run --all-files --show-diff-on-failure
4+ nix develop --impure . -c uv run ruff check .
5+ nix develop --impure . -c uv run --managed-python --python 3.10 coverage run -m pytest
6+ nix develop --impure . -c uv run --managed-python --python 3.11 coverage run -m pytest
7+ nix develop --impure . -c uv run --managed-python --python 3.12 coverage run -m pytest
8+ nix develop --impure . -c uv run --managed-python --python 3.13 coverage run -m pytest
9+ nix develop --impure . -c uv run coverage report
1010safety :
11- nix develop --impure . -c ./.venv/bin/ safety check --file=poetry .lock --full-report
11+ nix develop --impure . -c uv run safety check --file=uv .lock --full-report
1212docs :
13- nix develop --impure . -c ./.venv/bin/ sphinx-build docs/source docs/_build
13+ nix develop --impure . -c uv run sphinx-build docs/source docs/_build
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments