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

@@ -58,8 +58,11 @@ py_files = {
"__init__.py",
"__main__.py",
"_version.py",
"_version.pyi",
"commands.py",
"py.typed",
"setup_helpers.py",
"setup_helpers.pyi",
}
headers = main_headers | detail_headers