This is an automated email from the ASF dual-hosted git repository.
arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new 12eb419 Add check clean to Makefile for cleaning pre-commit cache
12eb419 is described below
commit 12eb4199f1ec1141c64b6dbb4e3baa40dad2e594
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Feb 4 11:31:23 2026 +0000
Add check clean to Makefile for cleaning pre-commit cache
---
Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 0db7ce0..7e815dc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
.PHONY: build build-alpine build-bootstrap build-docs build-playwright \
- build-ts bump-bootstrap certs check check-extra check-light commit \
+ build-ts bump-bootstrap certs check check-clean check-extra check-light
commit \
docs generate-version ipython manual run-alpine run-playwright \
run-playwright-slow serve serve-local sync sync-all update-deps
@@ -53,6 +53,9 @@ check:
git add -A
uv run --frozen pre-commit run --all-files
+check-clean:
+ uv run --frozen pre-commit clean
+
check-extra:
@git add -A
@find atr -name '*.py' -exec python3 scripts/interface_order.py {}
--quiet \;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]