starlette/scripts
Marcelo Trylesinski e7717af33c
Add script to make sure CHANGELOG is always in sync with `__version__` (#1714)
* Add script to make sure CHANGELOG is always in sync with `__version__`

* Move script from lint to check

* Update scripts/lint

* Test to see if pipeline fails

* Fix pipeline
2022-07-08 08:07:50 +02:00
..
README.md
build
check
clean
coverage
docs
install
lint
publish
sync-version
test

README.md

Development Scripts

  • scripts/install - Install dependencies in a virtual environment.
  • scripts/test - Run the test suite.
  • scripts/lint - Run the automated code linting/formatting tools.
  • scripts/check - Run the code linting, checking that it passes.
  • scripts/coverage - Check that code coverage is complete.
  • scripts/build - Build source and wheel packages.
  • scripts/publish - Publish the latest version to PyPI.

Styled after GitHub's "Scripts to Rule Them All".