iamleot / transferwee

Download/upload files via wetransfer.com
155 stars 38 forks source link

Enhance all dict type annotations and enable `mypy --strict`-er checks (except for `no-any-return`!) #45

Closed iamleot closed 1 year ago

iamleot commented 1 year ago

This PR enhance all dict type annotations - pointed out via mypy --strict . - and switch the mypy invocation to a strict-er one but permits the no-any-return because we rely on that for JSON not controlled by us.

For possible further details please give a look to each commit message.