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.
This PR enhance all dict type annotations - pointed out via
mypy --strict .
- and switch themypy
invocation to astrict
-er one but permits theno-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.