File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -373,10 +373,10 @@ Reference Implementation
373373
374374The runtime implementation of the ``@disjoint_base `` decorator is available in
375375`typing-extensions 4.15.0 <https://pypi.org/project/typing-extensions/4.15.0/ >`__.
376- ` python/mypy#19678 < https://github.com/python/mypy/pull/19678 >`__
377- implements support for disjoint bases in mypy and in the stubtest tool .
378- ` astral-sh/ruff#20084 < https://github.com/astral-sh/ruff/pull/20084 >`__
379- implements support for disjoint bases in the ty type checker .
376+ Mypy and its stubtest tool support the decorator as of version 1.18.1; this was implemented in
377+ ` python/ mypy#19678 < https://github.com/python/mypy/pull/19678 >`__ .
378+ Support was added to the ty type checker in
379+ ` astral-sh/ruff#20084 < https://github.com/astral-sh/ruff/pull/20084 >`__ .
380380
381381Appendix
382382========
You can’t perform that action at this time.
0 commit comments