HENNGE / aiodynamo

Asynchronous, fast, pythonic DynamoDB Client
https://aiodynamo.readthedocs.io/
Other
73 stars 21 forks source link

Update mypy and remove mypy_hack #136

Closed akawasaki closed 2 years ago

akawasaki commented 2 years ago

Description

Updated mypy to latest version to revert some hacks done for #120

akawasaki commented 2 years ago

@ojii please take a look at this PR 🙏

dimaqq commented 2 years ago

Resolve mypy error Function does not return a value

Apparently there's a flag for that, see https://github.com/python/mypy/pull/13219