]> git.ipfire.org Git - thirdparty/starlette.git/commit
chore: improve type hints (#2867)
authorWaket Zheng <waketzheng@gmail.com>
Tue, 27 May 2025 06:55:52 +0000 (14:55 +0800)
committerGitHub <noreply@github.com>
Tue, 27 May 2025 06:55:52 +0000 (08:55 +0200)
commit2ff76532710cdc49d6f9b3e5067533aa481cecd0
tree9a2d7a671a34f86022705ca74b0505c87da07a73
parentbc4b9379c363a4c136cc0f8f29bb89ec7d641d3e
chore: improve type hints (#2867)
35 files changed:
pyproject.toml
starlette/_exception_handler.py
starlette/_utils.py
starlette/applications.py
starlette/authentication.py
starlette/background.py
starlette/concurrency.py
starlette/config.py
starlette/convertors.py
starlette/datastructures.py
starlette/endpoints.py
starlette/formparsers.py
starlette/middleware/authentication.py
starlette/middleware/base.py
starlette/middleware/cors.py
starlette/middleware/errors.py
starlette/middleware/exceptions.py
starlette/middleware/gzip.py
starlette/middleware/sessions.py
starlette/middleware/trustedhost.py
starlette/middleware/wsgi.py
starlette/requests.py
starlette/responses.py
starlette/routing.py
starlette/schemas.py
starlette/staticfiles.py
starlette/templating.py
starlette/testclient.py
starlette/types.py
starlette/websockets.py
tests/test_config.py
tests/test_exceptions.py
tests/test_formparsers.py
tests/test_routing.py
tests/test_staticfiles.py