mirror of https://github.com/encode/starlette.git
Remove old TODO on `scripts/check` (#2554)
This commit is contained in:
parent
89fae174a1
commit
4e453ce919
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue