Initial typing support

This enables type checking in CI and marks the project as typed.
This commit is contained in:
pgjones 2021-04-23 09:44:15 +01:00
parent c791f6312b
commit f405c6f19e
7 changed files with 49 additions and 0 deletions

View file

@ -7,4 +7,5 @@ graft docs
prune docs/_build
graft examples
graft tests
include src/flask/py.typed
global-exclude *.pyc