diff options
author | Helmut Grohne <helmut@subdivi.de> | 2020-04-13 21:30:34 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-06-18 23:16:57 +0200 |
commit | a41066b413489b407b9d99174af697563ad680b9 (patch) | |
tree | 2f08f9e886e13a7500d1eb527e30737d961deab6 /MANIFEST.in | |
parent | 4d52eaa4801df3f3169df8e58758bcccf22dc4de (diff) | |
download | wsgitools-a41066b413489b407b9d99174af697563ad680b9.tar.gz |
add type hints to all of the code
In order to use type hint syntax, we need to bump the minimum Python
version to 3.7 and some of the features such as Literal and Protocol are
opted in when a sufficiently recent Python is available.
This does not make all of the code pass type checking with mypy. A
number of typing issues remain, but the output of mypy becomes something
one can read through.
In adding type hints, a lot of epydoc @type annotations are removed as
redundant. This update also adopts black-style line breaking.
Diffstat (limited to 'MANIFEST.in')
0 files changed, 0 insertions, 0 deletions