You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ty configuration. ty provides fast type checking that complements
pyright/mypy, while ruff handles missing type hints detection.
ty is not yet reporting as much problems as mypy or pyright, but it is
much, much faster, and is already interesting to use interactively.
This change only aims at making ty usable in this project, without
replacing mypy or pyright. As such it is not added in the dev dependencies
and must be installed manually, for example with
uv tool install ty
Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
0 commit comments