diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cb54587a..1272a089 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,11 +39,11 @@ repos: - id: check-useless-excludes - repo: https://github.com/gruntwork-io/pre-commit # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases - rev: v0.1.28 + rev: v0.1.29 hooks: - id: shellcheck - repo: https://github.com/asottile/reorder_python_imports - rev: v3.14.0 + rev: v3.15.0 hooks: - id: reorder-python-imports language_version: python3 @@ -63,7 +63,7 @@ repos: language: ruby files: \.(md|mdown|markdown)$ - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.0 + rev: v1.37.1 hooks: - id: yamllint files: \.(yaml|yml)$