chore: add ty type checker and reorder make commands for faster feedback#476
Draft
glehmann wants to merge 1 commit intogln/typehints-nextfrom
Draft
chore: add ty type checker and reorder make commands for faster feedback#476glehmann wants to merge 1 commit intogln/typehints-nextfrom
glehmann wants to merge 1 commit intogln/typehints-nextfrom
Conversation
This was referenced Apr 15, 2026
rzr
approved these changes
Apr 15, 2026
Contributor
rzr
left a comment
There was a problem hiding this comment.
Do you want to commit lock file on each changes ? i would only do this on release (using calver.org ?)
Member
Author
Yes, it's meant to be used that way, to ensure that all developers are using the same dependency version. |
4cbb6bd to
7067fac
Compare
cda5129 to
bfa602a
Compare
Contributor
|
If we use |
bfa602a to
e0d3f3e
Compare
7067fac to
20ed0c5
Compare
Member
Author
|
We get errors with the newest versions. It's not ready yet for prime time. I'm moving this PR to draft |
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>
20ed0c5 to
3704234
Compare
e0d3f3e to
cce1ecb
Compare
This was referenced Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 CI feedback speed.
Signed-off-by: Gaëtan Lehmann gaetan.lehmann@vates.tech
This PR is part of a complex set of PRs containing 6 PRs:
mastermastermaster