mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
update isort config and multi-platform grepping in Makefile
This commit is contained in:
2
Makefile
2
Makefile
@ -73,7 +73,7 @@ notes: check-bump validate-newsfragments
|
||||
|
||||
release: check-bump clean
|
||||
# require that upstream is configured for ethereum/<REPO_NAME>
|
||||
@git remote -v | grep -E "upstream\tgit@github.com:ethereum/<REPO_NAME>.git \(push\)|upstream\thttps://(www.)?github.com/ethereum/<REPO_NAME> \(push\)"
|
||||
@git remote -v | grep "upstream[[:space:]]git@github.com:ethereum/<REPO_NAME>.git (push)\|upstream[[:space:]]https://github.com/ethereum/<REPO_NAME> (push)"
|
||||
# verify that docs build correctly
|
||||
./newsfragments/validate_files.py is-empty
|
||||
make build-docs
|
||||
|
||||
Reference in New Issue
Block a user