Skip to content

Commit b2b017e

Browse files
committed
Add newsfragment for #238 that refers to these docs
1 parent 5ed5051 commit b2b017e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

changelog.d/238.change.rst

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
``attrs`` now ships its own `PEP 484 <https://www.python.org/dev/peps/pep-0484/>`_ type hints.
2+
Together with `mypy <http://mypy-lang.org>`_'s ``attrs`` plugin, you've got all you need for writing statically typed code in both Python 2 and 3!
3+
4+
At that occasion, we've also added `narrative docs <http://www.attrs.org/en/stable/types.html>`_ about type annotations in ``attrs``.

0 commit comments

Comments
 (0)