mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +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 "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 "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 "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:
|
clean-build:
|
||||||
rm -fr build/
|
rm -fr build/
|
||||||
@ -47,6 +48,8 @@ typecheck:
|
|||||||
test:
|
test:
|
||||||
python -m pytest tests -n auto
|
python -m pytest tests -n auto
|
||||||
|
|
||||||
|
pr: clean fix lint typecheck test
|
||||||
|
|
||||||
# protobufs management
|
# protobufs management
|
||||||
|
|
||||||
PB = libp2p/crypto/pb/crypto.proto \
|
PB = libp2p/crypto/pb/crypto.proto \
|
||||||
|
|||||||
Reference in New Issue
Block a user