]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Remove old TODO on `scripts/check` (#2554) 2569/head
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Fri, 29 Mar 2024 09:47:45 +0000 (10:47 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 09:47:45 +0000 (03:47 -0600)
scripts/check

index 3e8f057846ffa0846b847886cf05940f3bb7f796..3aa439a42503c5c983649d62274e0a4051f541fc 100755 (executable)
@@ -10,7 +10,5 @@ set -x
 
 ./scripts/sync-version
 ${PREFIX}ruff format --check --diff $SOURCE_FILES
-# TODO: Use `[[tool.mypy.overrides]]` on the `pyproject.toml` when the mypy issue is solved:
-# github.com/python/mypy/issues/10045. Check github.com/encode/starlette/pull/2180 for more info.
 ${PREFIX}mypy $SOURCE_FILES
 ${PREFIX}ruff check $SOURCE_FILES