mirror of https://github.com/encode/starlette.git
c50460fbb9
* 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 |
||
---|---|---|
.. | ||
README.md | ||
lint | ||
publish | ||
test |
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".