Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
- Refactoring
- [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)
- [basilisk-python](https://github.com/Nimblesite/Basilisk) - A strict-by-default type checker and language server with high conformance to the Python typing specification.
- [mypy](https://github.com/python/mypy) - Check variable types during compile time.
- [pyrefly](https://github.com/facebook/pyrefly) - A fast type checker and language server for Python.
- [ty](https://github.com/astral-sh/ty) - An extremely fast Python type checker and language server.
Expand Down