Remove old TODO on `scripts/check` (#2554)

This commit is contained in:
Marcelo Trylesinski 2024-03-29 10:47:45 +01:00 committed by GitHub
parent 89fae174a1
commit 4e453ce919
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -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