@@ -48,13 +48,13 @@ Type Checkers
4848-------------
4949
5050* `mypy <http://mypy-lang.org/ >`_, the reference implementation for type
51- checkers. Supports Python 2 and 3.
51+ checkers.
5252* `pyre <https://pyre-check.org/ >`_, written in OCaml and optimized for
53- performance. Supports Python 3 only.
53+ performance.
5454* `pyright <https://github.com/microsoft/pyright >`_, a type checker that
55- emphasizes speed. Supports Python 3 only.
55+ emphasizes speed.
5656* `pytype <https://google.github.io/pytype/ >`_, checks and infers types for
57- unannotated code. Supports Python 2 and 3.
57+ unannotated code.
5858
5959Development Environments
6060------------------------
@@ -110,7 +110,7 @@ https://peps.python.org/topic/typing
110110* `PEP 675 <https://www.python.org/dev/peps/pep-0675/ >`_, ``LiteralString ``
111111* `PEP 677 <https://www.python.org/dev/peps/pep-0677/ >`_ (rejected), ``(int, str) -> bool `` callable type syntax
112112* `PEP 681 <https://www.python.org/dev/peps/pep-0681/ >`_ ``@dataclass_transform() ``
113- * `PEP 688 <https://www.python.org/dev/peps/pep-0688/ >`_ (draft), ``Buffer ``
113+ * `PEP 688 <https://www.python.org/dev/peps/pep-0688/ >`_ ``Buffer ``
114114* `PEP 692 <https://www.python.org/dev/peps/pep-0692/ >`_ ``Unpack[TypedDict] `` for ``**kwargs ``
115115* `PEP 695 <https://www.python.org/dev/peps/pep-0695/ >`_ (draft), ``class Class[T]: `` type parameter syntax
116116* `PEP 696 <https://www.python.org/dev/peps/pep-0696/ >`_ (draft), defaults for type variables
0 commit comments