]> git.ipfire.org Git - thirdparty/starlette.git/commit
Use mypy `strict` (#2180)
authorViicos <65306057+Viicos@users.noreply.github.com>
Sun, 23 Jul 2023 21:41:50 +0000 (23:41 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2023 21:41:50 +0000 (15:41 -0600)
commit7c8ca177730103bfda4b52dff97b16897956a2e2
tree760215f73a12752ab584e58c7d0746dd1699ef2c
parent1a71441ed0240f0aea17b3807a1c26bef756e0c1
Use mypy `strict` (#2180)

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
31 files changed:
pyproject.toml
scripts/check
starlette/_exception_handler.py
starlette/_utils.py
starlette/applications.py
starlette/authentication.py
starlette/concurrency.py
starlette/config.py
starlette/convertors.py
starlette/datastructures.py
starlette/endpoints.py
starlette/exceptions.py
starlette/formparsers.py
starlette/middleware/__init__.py
starlette/middleware/errors.py
starlette/middleware/exceptions.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_convertors.py
tests/test_formparsers.py
tests/test_requests.py
tests/test_responses.py
tests/test_routing.py