Skip to content

Commit 6fc1bbd

Browse files
committed
add ty
1 parent fff6032 commit 6fc1bbd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
246246
- [yapf](https://github.com/google/yapf) - Yet another Python code formatter from Google.
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.
249+
- [ty](https://github.com/astral-sh/ty) - An extremely fast Python type checker and language server.
249250
- [pyre-check](https://github.com/facebook/pyre-check) - Performant type checking.
250251
- [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types.
251252
- Static Type Annotations Generators

0 commit comments

Comments
 (0)