Skip to content

Commit

Permalink
Remove old TODO on scripts/check (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Mar 29, 2024
1 parent 89fae17 commit 4e453ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/check
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e453ce

Please sign in to comment.