Skip to content

Commit

Permalink
Fix dataclass_transform links
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 27, 2021
1 parent b4dc9b0 commit 2d77d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Given the following definition, ``pyright`` will generate static type signatures

- The ``attr.frozen`` decorator is not typed with frozen attributes, which are properly typed via ``attr.define(frozen=True)``.

A `full list <https:/microsoft/pyright/blob/main/specs/dataclass_transforms.md#attrs>`_ of limitations and incompatibilities can be found in pyright's repository.
A `full list <https:/microsoft/pyright/blob/main/specs/dataclass_transforms.md#Attrs>`_ of limitations and incompatibilities can be found in pyright's repository.

Your constructive feedback is welcome in both `attrs#795 <https:/python-attrs/attrs/issues/795>`_ and `pyright#1782 <https:/microsoft/pyright/discussions/1782>`_.
Generally speaking, the decision on improving ``attrs`` support in pyright is entirely Microsoft's prerogative though.
Expand All @@ -105,4 +105,4 @@ Given the following definition, ``pyright`` will generate static type signatures
.. _mypy: http://mypy-lang.org
.. _pytype: https://google.github.io/pytype/
.. _pyright: https:/microsoft/pyright
.. _dataclass_transform: https:/microsoft/pyright/blob/master/specs/dataclass_transforms.md
.. _dataclass_transform: https:/microsoft/pyright/blob/main/specs/dataclass_transforms.md

0 comments on commit 2d77d83

Please sign in to comment.