style(types): use new bracex static typing support (#887)

* style(types): use new bracex static typing support

* style(types): add a bit more basic typing

* style(types): globally ignore ghapi

* style(types): include a bit more in the global ignores

* fix(types): line invalid on Python 3.6

* fix: require typing_extensions 3.10
This commit is contained in:
Henry Schreiner
2021-10-26 15:56:35 -04:00
committed by GitHub
parent 2f4987fab9
commit 603a7b5bde
7 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ install_requires =
packaging
tomli
dataclasses;python_version < '3.7'
typing_extensions;python_version < '3.8'
typing_extensions>=3.10.0.0;python_version < '3.8'
python_requires = >=3.6
include_package_data = True
zip_safe = False