aws / chalice

Python Serverless Microframework for AWS
Apache License 2.0
10.61k stars 1.01k forks source link

Upgrade mypy to latest version #2023

Closed jamesls closed 1 year ago

jamesls commented 1 year ago

As part of this change I had to convert from type comments to type annotations so I could use the com2ann -> no_implicit_optional tools to automatically convert new issues found.