From 4e453ce91940cc7c995e6c728e3fdf341c039056 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Fri, 29 Mar 2024 10:47:45 +0100 Subject: [PATCH] Remove old TODO on `scripts/check` (#2554) --- scripts/check | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/check b/scripts/check index 3e8f05784..3aa439a42 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