Skip to content
Open
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
3 changes: 2 additions & 1 deletion docs/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ Currently it only supports {pep}`681`, but [they intend](https://github.com/astr
### Pyrefly

[Pyrefly] is Meta's take on a Rust-based type checker for Python.
It also only implements {pep}`681` and based on the (lack of) activity on *attrs*-related issues on their bug tracker there is currently no indication that they plan to support additional *attrs* features.
As of its 1.2 release, it offers significantly more advanced *attrs* support beyond {pep}`681`, making it a strong option for *attrs* users seeking deeper type-checking coverage.
See their [*attrs* documentation](https://pyrefly.org/en/docs/attrs/) for details.


[Mypy]: http://mypy-lang.org
Expand Down