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
Update pre-commit hooks and additional_dependencies
This addresses a small number of issues:
* isort 6 resolves pre-commit deprecation warnings
about its use of hook names
* Several additional dependencies have new major versions
* A `language_version` was set to accommodate a flake8 plugin
that is no longer listed in `additional_dependencies`
After these changes, no new warnings or errors appeared
when running `pre-commit run -a`.
0 commit comments