mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Remove uv lockfile upon cleanup to avoid audit to freak out
This commit is contained in:
parent
4540999dc1
commit
6850710413
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -59,7 +59,7 @@ commands = bandit {posargs:-r analytical} -v
|
||||||
description = Clean up bytecode and build artifacts
|
description = Clean up bytecode and build artifacts
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps = pyclean
|
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]
|
[testenv:docs]
|
||||||
description = Build the HTML documentation
|
description = Build the HTML documentation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue