mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Merge branch 'libp2p:main' into main
This commit is contained in:
3
Makefile
3
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 \
|
||||
|
||||
Reference in New Issue
Block a user