File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010* .pyc
1111__pycache__
12+ .tox /
13+ . * _cache /
Original file line number Diff line number Diff line change 1- .PHONY : venv install test quality clean dist release
1+ .PHONY : venv install test quality clean sterile dist release
22
33venv : .venv
44.venv :
@@ -8,21 +8,21 @@ install: .venv
88 uv pip install -e .[dev]
99
1010test :
11- coverage run -m pytest
12- coverage combine -q
13- coverage report
14- coverage html
11+ tox -qf py312-sphinx8,coverage
1512
1613quality :
1714 ty check
1815 ruff check
1916 ruff format
2017
2118clean :
22- rm -rf .coverage htmlcov tmp
19+ rm -rf .coverage .coverage. * htmlcov tmp
2320 rm -rf build/ dist/ src/* .egg-info
2421 rm -rf __pycache__ * /__pycache__
2522
23+ sterile : clean
24+ rm -rf .tox .* _cache .venv
25+
2626dist :
2727 python -m build --sdist --wheel
2828
Original file line number Diff line number Diff line change 88 dev
99pass_env =
1010 FORCE_COLOR
11+ LINKLINT_*
1112deps =
1213 sphinx8: sphinx>8,<9
1314 sphinx9: sphinx>9,<10
You can’t perform that action at this time.
0 commit comments