Merge branch 'master' into next-major

This commit is contained in:
Ian Fijolek
2025-12-11 16:17:38 -08:00
10 changed files with 262 additions and 69 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-yaml
@@ -11,10 +11,10 @@ repos:
- id: end-of-file-fixer
- id: check-merge-conflict
- repo: https://github.com/golangci/golangci-lint
rev: v1.52.2
rev: v2.7.2
hooks:
- id: golangci-lint
- repo: https://github.com/hadolint/hadolint
rev: v2.12.1-beta
rev: refs/pull/1152/head
hooks:
- id: hadolint
- id: hadolint-github