mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 07:30:55 +00:00
Add mypy protobufs plugin and regenerate protobufs
This commit is contained in:
4
Makefile
4
Makefile
@ -11,5 +11,5 @@ lintroll:
|
||||
flake8 $(FILES_TO_LINT)
|
||||
|
||||
protobufs:
|
||||
cd libp2p/crypto/pb && protoc --python_out=. crypto.proto
|
||||
cd libp2p/pubsub/pb && protoc --python_out=. rpc.proto
|
||||
cd libp2p/crypto/pb && protoc --python_out=. --mypy_out=. crypto.proto
|
||||
cd libp2p/pubsub/pb && protoc --python_out=. --mypy_out=. rpc.proto
|
||||
|
||||
Reference in New Issue
Block a user