From: Marcelo Trylesinski Date: Fri, 29 Mar 2024 09:47:45 +0000 (+0100) Subject: Remove old TODO on `scripts/check` (#2554) X-Git-Tag: 0.38.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2569%2Fhead;p=thirdparty%2Fstarlette.git Remove old TODO on `scripts/check` (#2554) --- diff --git a/scripts/check b/scripts/check index 3e8f0578..3aa439a4 100755 --- a/scripts/check +++ b/scripts/check @@ -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