feat: typing support for helpers (#2588)

* feat: basic typing support

* docs: mention syncing as suggested by @rwgk

* docs: update changelog

* docs: copy of warning in limitations
This commit is contained in:
Henry Schreiner
2020-10-14 14:08:41 -04:00
committed by GitHub
parent a8c2e3eec5
commit 645d83813b
15 changed files with 114 additions and 6 deletions

View File

@@ -64,3 +64,7 @@ ignore =
N813
# Black conflict
W503, E203
[mypy]
files = pybind11
strict = True