How to upgrade versions in Pre-commit?
- Change the version in
.pre-commit-config.yaml. - Run
pre-commit autoupdate.
Next time you commit, the package will upgrade.
.pre-commit-config.yaml.pre-commit autoupdate.Next time you commit, the package will upgrade.