Remove uv lockfile upon cleanup to avoid audit to freak out

This commit is contained in:
Peter Bittner 2025-07-08 13:24:32 +02:00
parent 4540999dc1
commit 6850710413

View file

@ -59,7 +59,7 @@ commands = bandit {posargs:-r analytical} -v
description = Clean up bytecode and build artifacts
skip_install = true
deps = pyclean
commands = pyclean {posargs:. --debris --erase requirements.txt docs/_build/**/* docs/_build/ tests/unittests-report.xml --yes}
commands = pyclean {posargs:. --debris cache coverage package pytest mypy --erase requirements.txt uv.lock docs/_build/**/* docs/_build/ tests/unittests-report.xml --yes}
[testenv:docs]
description = Build the HTML documentation