We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7f3b94 + 3f674ba commit 541ba3bCopy full SHA for 541ba3b
1 file changed
README.md
@@ -247,6 +247,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
247
- Static Type Checkers, also see [awesome-python-typing](https://github.com/typeddjango/awesome-python-typing)
248
- [mypy](https://github.com/python/mypy) - Check variable types during compile time.
249
- [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.
251
- [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types.
252
- Static Type Annotations Generators
253
- [monkeytype](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types.
0 commit comments