HomePhabricator

Add mypy with some initial types

Description

Add mypy with some initial types

The main useful thing here are the TypedDict types in templates.py,
which define the structure of the templates, with required and optional
members. For the rest, we just sprinkle some type ignore comments for
now, to make mypy pass everywhere. (Some of the Flask or Werkzeug
ignores are due to bugs that are already fixed on master, but not yet in
a published release.)

Details

Provenance
LucasWerkmeisterAuthored on Aug 17 2021, 6:25 PM
Parents
R2362:c66572938e5d: Update to Python 3.9
Branches
Unknown
Tags
Unknown
ChangeId
None