From 630aac703d7fae49426bc655f5083f487a340081 Mon Sep 17 00:00:00 2001 From: guha-rahul <52607971+guha-rahul@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:04:22 +0530 Subject: [PATCH] add make pr (#672) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 3f5ce5ea..010121f3 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ help: @echo "package-test - build package and install it in a venv for manual testing" @echo "notes - consume towncrier newsfragments and update release notes in docs - requires bump to be set" @echo "release - package and upload a release (does not run notes target) - requires bump to be set" + @echo "pr - run clean, fix, lint, typecheck, and test i.e basically everything you need to do before creating a PR" clean-build: rm -fr build/ @@ -47,6 +48,8 @@ typecheck: test: python -m pytest tests -n auto +pr: clean fix lint typecheck test + # protobufs management PB = libp2p/crypto/pb/crypto.proto \