Update mypy Workaround if It Is No Longer Needed #3
Labels
improvement
This issue or pull request will add new or improve existing functionality
need info
This issue or pull request requires further information
💡 Summary
We currently work around a perceived issue with type hinting with
mypy
in:hash-http-content/src/hash_http_content/hasher.py
Lines 33 to 44 in 36d4e52
After a new version of
mypy
with type hint updates (possibly v0.900) is released, we should see if this workaround is still necessary to pass linting.Motivation and context
Workarounds should only be used as long as there is something to work around.
Implementation notes
The preferred usage is commented out, so testing is simple as switching between the current and preferred usage.
Acceptance criteria
mypy
hook passes with the preferred usage in placeor
mypy
hook still fails with the preferred usage in placeThe text was updated successfully, but these errors were encountered: