diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3113328..605c3f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: hooks: - id: check-useless-excludes - repo: https://github.com/gruntwork-io/pre-commit - rev: v0.1.25 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases + rev: v0.1.29 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases hooks: - id: shellcheck - repo: https://github.com/ambv/black @@ -68,14 +68,14 @@ repos: language: ruby files: \.(md|mdown|markdown)$ - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: 'yamllint --strict' - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.20.0 + rev: v9.22.0 hooks: - id: commitlint stages: [commit-msg]