Skip to content

Commit 6d38a17

Browse files
authored
Add pycroscope, replace pyre with pyrefly (#145)
1 parent 7a316d7 commit 6d38a17

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ Collection of awesome Python types, stubs, plugins, and tools to work with them.
2424
- [pyanalyze](https://github.com/quora/pyanalyze) - Extensible static analyzer and type checker.
2525
- [PyCharm](https://www.jetbrains.com/pycharm/) - IDE for Professional Developers.
2626
- [pylyzer](https://github.com/mtshiba/pylyzer/) - A fast static code analyzer & language server for Python, written in Rust.
27-
- [pyre](https://pyre-check.org/) - Performant type-checker.
27+
- [pyrefly](https://github.com/facebook/pyrefly) - A fast type checker and language server for Python.
2828
- [pyright](https://github.com/Microsoft/pyright) - Fast type checker meant for large Python source bases. It can run in a “watch” mode and performs fast incremental updates when files are modified.
29+
- [pycroscope](https://github.com/JelleZijlstra/pycroscope) - A semi-static type checker for Python code. It imports the modules it type checks, enabling `pycroscope` to understand many dynamic constructs that other type checkers will reject. This makes it possible to extend `pycroscope` with plugins that interact directly with your code.
2930
- [pytype](https://github.com/google/pytype) - Tool to check and infer types - without requiring type annotations.
3031
- [ty](https://github.com/astral-sh/ty) - An extremely fast Python type checker, written in Rust, from the creators of Ruff and uv.
3132

0 commit comments

Comments
 (0)