We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed5051 commit b2b017eCopy full SHA for b2b017e
changelog.d/238.change.rst
@@ -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