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
The current pre-commit workflow should be renamed to mypy and the pre-commit part removed. We should try to run the hooks on the oldest supported Python to get a fast fail when someone uses a too-modern Python feature.
Uh oh!
There was an error while loading. Please reload this page.
Description
The current pre-commit workflow should be renamed to mypy and the pre-commit part removed. We should try to run the hooks on the oldest supported Python to get a fast fail when someone uses a too-modern Python feature.
Note that #7112 deletes the pre-commit autoupdate workflow while here I'm proposing to modify the main pre-commit workflow.
The text was updated successfully, but these errors were encountered: