Closed pre-commit-ci[bot] closed 3 weeks ago
The changes to type imports here break Python 3.8 compat in runtime. One solution could be quoting the affected types, I think. Alternatively, from __future__ import annotations
should work. And finally, support for Python 3.8 could be dropped as it's EoL now.
Will be fixed by #968 and #969
pre-commit.ci run
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.15%. Comparing base (
e40623d
) to head (6d2e2a6
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Made another autoupdate and rebased manually properly as it's impossible to squash by settings.
updates:
Re-applied an autuupdate manually on top of it (changelog not provided)