]> git.ipfire.org Git - thirdparty/starlette.git/commit
Enforce `__future__.annotations` (#2483)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Thu, 29 Feb 2024 10:16:42 +0000 (11:16 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Feb 2024 10:16:42 +0000 (10:16 +0000)
commitbd77d7d9f07103ec57f21f991739c784b8a2cd22
tree7244af59aea608af896f1aebef27b2b355920482
parenta4cd0b5506ac2fd3fa0ce1e967f019b94df87b97
Enforce `__future__.annotations` (#2483)
28 files changed:
pyproject.toml
starlette/applications.py
starlette/authentication.py
starlette/config.py
starlette/convertors.py
starlette/datastructures.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/sessions.py
starlette/middleware/trustedhost.py
starlette/middleware/wsgi.py
starlette/requests.py
starlette/routing.py
starlette/templating.py
starlette/websockets.py
tests/conftest.py
tests/middleware/test_base.py
tests/test_authentication.py
tests/test_formparsers.py
tests/test_requests.py
tests/test_responses.py
tests/test_routing.py
tests/test_templates.py
tests/test_websockets.py