Skip to content

Commit 541ba3b

Browse files
authored
Merge pull request #2859 from JinyangWang27/add-ty
add ty
2 parents e7f3b94 + 3f674ba commit 541ba3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
247247
- Static Type Checkers, also see [awesome-python-typing](https://github.com/typeddjango/awesome-python-typing)
248248
- [mypy](https://github.com/python/mypy) - Check variable types during compile time.
249249
- [pyre-check](https://github.com/facebook/pyre-check) - Performant type checking.
250+
- [ty](https://github.com/astral-sh/ty) - An extremely fast Python type checker and language server.
250251
- [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types.
251252
- Static Type Annotations Generators
252253
- [monkeytype](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types.

0 commit comments

Comments
 (0)