From 68507104138492c46cbb02ff66816aeff9699a97 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Tue, 8 Jul 2025 13:24:32 +0200 Subject: [PATCH] Remove uv lockfile upon cleanup to avoid audit to freak out --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1da9e0c..7dfc19d 100644 --- a/tox.ini +++ b/tox.ini @@ -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