starlette/scripts
Tom Christie c50460fbb9
Add final missing annotations, and enable '--disallow-untyped-defs' (#115)
* fix(dataStructures): missing annotations added

* fix(requests.py): annotations added

* fix(Annotations): wrong annotations fixed on datastructures and requests modules.

* fix(Missing annotation): missing annotations added on testclient module.

* fix(testclient): annotations fixed

* minor tweaks

* fix(testclient): Session request method fixed. WIP _ASGIAdapter send method

* fix(testclient): small tweaks

* Switch on --disallow-untyped-defs when testing with mypy
2018-10-16 15:56:28 +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 Add final missing annotations, and enable '--disallow-untyped-defs' (#115) 2018-10-16 15:56:28 +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".