Skip to content

Commit a9173dc

Browse files
authored
Add ty and Zuban to the list of type checkers that exist (#2102)
1 parent b07429d commit a9173dc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/index.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,11 @@ Typing-related Tools
7979
Type Checkers
8080
-------------
8181

82-
* `mypy <http://mypy-lang.org/>`_, the reference implementation for type
83-
checkers.
84-
* `pyrefly <https://pyrefly.org/>`_, a fast type checker and language
85-
server.
86-
* `pyright <https://github.com/microsoft/pyright>`_, a type checker that
87-
emphasizes speed.
82+
* `mypy <http://mypy-lang.org/>`_
83+
* `pyrefly <https://pyrefly.org/>`_
84+
* `pyright <https://github.com/microsoft/pyright>`_
85+
* `ty <https://docs.astral.sh/ty/>`_
86+
* `Zuban <https://docs.zubanls.com/en/latest/>`_
8887

8988
Development Environments
9089
------------------------

0 commit comments

Comments
 (0)