Skip to content

Commit 630aac7

Browse files
authored
add make pr (#672)
1 parent 286752c commit 630aac7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ help:
1414
@echo "package-test - build package and install it in a venv for manual testing"
1515
@echo "notes - consume towncrier newsfragments and update release notes in docs - requires bump to be set"
1616
@echo "release - package and upload a release (does not run notes target) - requires bump to be set"
17+
@echo "pr - run clean, fix, lint, typecheck, and test i.e basically everything you need to do before creating a PR"
1718

1819
clean-build:
1920
rm -fr build/
@@ -47,6 +48,8 @@ typecheck:
4748
test:
4849
python -m pytest tests -n auto
4950

51+
pr: clean fix lint typecheck test
52+
5053
# protobufs management
5154

5255
PB = libp2p/crypto/pb/crypto.proto \

0 commit comments

Comments
 (0)