diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05b7290..26b622a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,13 +16,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.33.0 + rev: v0.36.0 hooks: - id: markdownlint exclude: ^(\.stentor\.d/|.*/testdata/) - repo: https://github.com/adrienverge/yamllint - rev: v1.31.0 + rev: v1.32.0 hooks: - id: yamllint exclude: ^(.github/workflows/) @@ -35,12 +35,12 @@ repos: additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/rhysd/actionlint - rev: v1.6.24 + rev: v1.6.25 hooks: - id: actionlint - repo: https://github.com/golangci/golangci-lint - rev: v1.52.2 + rev: v1.54.2 hooks: - id: golangci-lint args: [--allow-parallel-runners]