You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use more up-to-date typing styles on all files. Will reduce number of imports and avoids big diffs when doing relatively minor changes because pre-commit/pyupgrade has been triggered somehow.
Is your feature request related to a problem?
Use more up-to-date typing styles on all files. Will reduce number of imports and avoids big diffs when doing relatively minor changes because pre-commit/pyupgrade has been triggered somehow.
Related to #6240
Describe the solution you'd like
Add
from __future__ import annotations
on files with a lot of typing.Let pyupgrade do the rest.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: