Commits on Source 9
-
Andrew Newdigate authored
This adds pre-commit hooks specifically designed to work with the GitLab Infrastructure team configurations. This avoids having to have multiple copies of tools available, one for mise, another for pre-commit. Instead the pre-commit tools rely on the mise versions. This also cuts down on Renovate MR churn, as these tools are stable and defer to .tool-versions to ensure that the correct version of the tool is used.
-
Andrew Newdigate authored
feat: Add curated pre-commit hooks See merge request !636
-
semantic-release-bot authored
## [2.23.0](v2.22.5...v2.23.0) (2024-07-31) ### Features * Add curated pre-commit hooks ([bb8d12b8](bb8d12b8))
-
Andrew Newdigate authored
Tweak curated pre-commit configurations, adding a new configuration for automatically running scripts/update-asdf-version-variables.sh when .tool-versions changes.
-
Andrew Newdigate authored
fix: add update-asdf-version-variables pre-commit script See merge request !637
-
semantic-release-bot authored
## [2.23.1](v2.23.0...v2.23.1) (2024-07-31) ### Bug Fixes * add update-asdf-version-variables pre-commit script ([027c620f](027c620f))
-
Andrew Newdigate authored
This fixes the incorrect stage configuration in the pre-commit hooks. Part of #20
-
Andrew Newdigate authored
fix: fix broken stages See merge request !639
-
semantic-release-bot authored
## [2.23.2](v2.23.1...v2.23.2) (2024-07-31) ### Bug Fixes * fix broken stages ([79a99790](79a99790)), closes [#20](#20)