This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git


The following commit(s) were added to refs/heads/main by this push:
     new 92551e6  Add an ipython REPL make target
92551e6 is described below

commit 92551e6d6293bed532e84d9e795fafe1f38052d3
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Aug 15 14:44:09 2025 +0100

    Add an ipython REPL make target
---
 Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 82258f4..9ddc232 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 .PHONY: build build-alpine build-playwright build-ts build-ubuntu certs \
-  check check-extra check-light commit docs generate-version run-playwright \
-  run-playwright-slow serve serve-local sync update-deps
+  check check-extra check-light commit docs generate-version ipython \
+  run-playwright run-playwright-slow serve serve-local sync update-deps
 
 BIND ?= 127.0.0.1:8080
 IMAGE ?= tooling-trusted-release
@@ -58,6 +58,9 @@ generate-version:
        @mv /tmp/version.py atr/version.py
        @cat atr/version.py
 
+ipython:
+       uv run --frozen --with ipython ipython
+
 run-playwright:
        docker run --net=host -it atr-playwright python3 test.py --skip-slow
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to