diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 87cf863..7cdc978 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,8 +8,8 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files -- repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 3.0.0 +- repo: https://github.com/markdownlint/markdownlint + rev: v0.12.0 hooks: - id: markdownlint - repo: https://gitlab.com/devopshq/gitlab-ci-linter @@ -34,6 +34,6 @@ repos: - id: go-vet - id: gofumpt - repo: https://github.com/golangci/golangci-lint - rev: v1.53.2 + rev: v1.54.0 hooks: - id: golangci-lint