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
chore: add ty type checker and reorder make commands for faster feedback
Add ty as a development dependency for use as a language server in text
editors. ty provides fast type checking that complements pyright/mypy,
while ruff handles missing type hints detection.
Reorder make commands to run the fastest checks first (ruff, flake8, ty)
before the slower mypy and pyright, improving feedback speed.
Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
0 commit comments