starlette/scripts
Tom Christie 060f0593bc
Push black linting into ./scripts/test (#96)
* Push black linting into ./scripts/test Fix some annotations etc.

* Skip black on 3.7

* Fix script

* Blergh. Shell equality tests are weird

* Attempt to fix equality check
2018-10-09 12:27:27 +01:00
..
README.md Initial commit 2018-06-25 14:15:32 +01:00
lint Push black linting into ./scripts/test (#96) 2018-10-09 12:27:27 +01:00
publish Initial commit 2018-06-25 14:15:32 +01:00
test Push black linting into ./scripts/test (#96) 2018-10-09 12:27:27 +01:00

README.md

Development Scripts

  • scripts/test - Run the test suite.
  • scripts/lint - Run the code linting.
  • scripts/publish - Publish the latest version to PyPI.

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