mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 15:10:54 +00:00
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@ -10,7 +10,7 @@ Closes #
|
|||||||
|
|
||||||
- [ ] Add or update documentation related to these changes
|
- [ ] Add or update documentation related to these changes
|
||||||
|
|
||||||
- [ ] Add entry to the [release notes](https://github.com/ethereum/<REPO_NAME>/blob/master/newsfragments/README.md)
|
- [ ] Add entry to the [release notes](https://github.com/ethereum/<REPO_NAME>/blob/main/newsfragments/README.md)
|
||||||
|
|
||||||
#### Cute Animal Picture
|
#### Cute Animal Picture
|
||||||
|
|
||||||
|
|||||||
4
Makefile
4
Makefile
@ -8,7 +8,6 @@ help:
|
|||||||
@echo "lint - check style with flake8"
|
@echo "lint - check style with flake8"
|
||||||
@echo "lint-roll - automatically fix problems with isort, flake8, etc"
|
@echo "lint-roll - automatically fix problems with isort, flake8, etc"
|
||||||
@echo "test - run tests quickly with the default Python"
|
@echo "test - run tests quickly with the default Python"
|
||||||
@echo "testall - run tests on every Python version with tox"
|
|
||||||
@echo "docs - generate docs and open in browser (linux-docs for version on linux)"
|
@echo "docs - generate docs and open in browser (linux-docs for version on linux)"
|
||||||
@echo "notes - consume towncrier newsfragments/ and update release notes in docs/"
|
@echo "notes - consume towncrier newsfragments/ and update release notes in docs/"
|
||||||
@echo "release - package and upload a release (does not run notes target)"
|
@echo "release - package and upload a release (does not run notes target)"
|
||||||
@ -38,9 +37,6 @@ lint-roll:
|
|||||||
test:
|
test:
|
||||||
pytest tests
|
pytest tests
|
||||||
|
|
||||||
test-all:
|
|
||||||
tox run
|
|
||||||
|
|
||||||
build-docs:
|
build-docs:
|
||||||
sphinx-apidoc -o docs/ . setup.py "*conftest*"
|
sphinx-apidoc -o docs/ . setup.py "*conftest*"
|
||||||
$(MAKE) -C docs clean
|
$(MAKE) -C docs clean
|
||||||
|
|||||||
@ -26,4 +26,4 @@ then open up the PR first and use the PR number for the newsfragment.
|
|||||||
Note that the `towncrier` tool will automatically
|
Note that the `towncrier` tool will automatically
|
||||||
reflow your text, so don't try to do any fancy formatting. Run
|
reflow your text, so don't try to do any fancy formatting. Run
|
||||||
`towncrier build --draft` to get a preview of what the release notes entry
|
`towncrier build --draft` to get a preview of what the release notes entry
|
||||||
will look like in the final release notes.
|
will look like in the final release notes.
|
||||||
|
|||||||
Reference in New Issue
Block a user