chore(deps): update pre-commit non-major (#5949)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
This commit is contained in:
renovate[bot]
2026-01-15 15:55:28 +01:00
committed by GitHub
parent cc49c36b26
commit b13119e1e0
4 changed files with 9 additions and 4 deletions

View File

@@ -36,6 +36,7 @@
"CERTDIR",
"certmagic",
"charmbracelet",
"checkmake",
"cicd",
"ciphertext",
"Cloudron",

View File

@@ -12,7 +12,7 @@ repos:
- id: trailing-whitespace
exclude: ^docs/versioned_docs/.+/40-cli.md$
- repo: https://github.com/golangci/golangci-lint
rev: v2.7.2
rev: v2.8.0
hooks:
- id: golangci-lint
- repo: https://github.com/igorshubovych/markdownlint-cli
@@ -22,7 +22,7 @@ repos:
exclude: '^(docs/versioned_docs/.*|CHANGELOG.md)$'
language_version: 22.15.1
- repo: https://github.com/mrtazz/checkmake
rev: 0.2.2
rev: v0.3.2
hooks:
- id: checkmake
exclude: '^docker/Dockerfile.make$' # actually a Dockerfile and not a makefile
@@ -31,11 +31,11 @@ repos:
hooks:
- id: hadolint
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.7.4
rev: v3.8.0
hooks:
- id: prettier
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.37.1
rev: v1.38.0
hooks:
- id: yamllint
args: [--strict, -c=.yamllint.yaml]

View File

@@ -162,6 +162,7 @@ install-protoc-gen-go:
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest; \
fi
.PHONY: install-tools
install-tools: install-golangci-lint install-gofumpt install-addlicense install-mockery install-protoc-gen-go ## Install development tools
ui-dependencies: ## Install UI dependencies
@@ -233,6 +234,7 @@ build-tarball: ## Build tar archive
.PHONY: build
build: build-agent build-server build-cli ## Build all binaries
.PHONY: release-frontend
release-frontend: build-ui ## Build frontend
cross-compile-server: ## Cross compile the server

2
checkmake.ini Normal file
View File

@@ -0,0 +1,2 @@
[maxbodylength]
disabled = true