mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 14:17:36 -05:00
replace pyre-check with pyrefly
This commit is contained in:
@@ -606,7 +606,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
|
||||
- [rope](https://github.com/python-rope/rope) - Rope is a python refactoring library.
|
||||
- Type Checkers - [awesome-python-typing](https://github.com/typeddjango/awesome-python-typing)
|
||||
- [mypy](https://github.com/python/mypy) - Check variable types during compile time.
|
||||
- [pyre-check](https://github.com/facebook/pyre-check) - Performant type checking.
|
||||
- [pyrefly](https://github.com/facebook/pyrefly) - A fast type checker and language server for Python, written in Rust.
|
||||
- [ty](https://github.com/astral-sh/ty) - An extremely fast Python type checker and language server.
|
||||
- [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types.
|
||||
- Type Annotations Generators
|
||||
|
||||
Reference in New Issue
Block a user