Features
- Make
language: golang
bootstrapgo
if not present.- #2651 PR by @taoufik07.
- #2649 issue by @taoufik07.
language: coursier
now supportsadditional_dependencies
andrepo: local
- Upgrade
ruby-build
to20221225
.
Fixes
- Improve error message for invalid yaml for
pre-commit autoupdate
.- #2686 PR by @asottile.
- #2685 issue by @CarstenGrohmann.
repo: local
no longer provisions an emptygit
repo.
Updating
- Drop support for python<3.8
- Drop support for top-level list, use
pre-commit migrate-config
to update. - Drop support for
sha
to specify revision, usepre-commit migrate-config
to update. - Remove
pre-commit-validate-config
andpre-commit-validate-manifest
, usepre-commit validate-config
andpre-commit validate-manifest
instead. language: golang
hooks must usego.mod
to specify dependencies- #2672 PR by @taoufik07.