diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c76e50..a0cc977 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_stages: [pre-commit] exclude: ^tests/data/ repos: - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.18.0 + rev: v9.20.0 hooks: - id: commitlint stages: [commit-msg] @@ -19,7 +19,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 + rev: v0.43.0 hooks: - id: markdownlint exclude: >- @@ -30,11 +30,11 @@ repos: - id: yamllint exclude: ^(.github/workflows/) - repo: https://github.com/rhysd/actionlint - rev: v1.7.3 + rev: v1.7.7 hooks: - id: actionlint - repo: https://github.com/golangci/golangci-lint - rev: v1.61.0 + rev: v1.63.4 hooks: - id: golangci-lint args: [--allow-parallel-runners]