From 19e736dba0269c3ebec1f35dd5aa677a68637e96 Mon Sep 17 00:00:00 2001 From: Yangyang Li Date: Wed, 25 Oct 2023 23:55:50 -0500 Subject: [PATCH] chore: Add update command in Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 4d50038d..6a16e109 100644 --- a/Makefile +++ b/Makefile @@ -125,3 +125,7 @@ binder: ## Generate pybind11 bindings -I/bind/src/pxblat/extc/bindings \ --std=c++17 \ -DNDEBUG + +update: + pre-commit autoupdate + poetry update