diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b475d6..c27dca0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: args: - --verbose - repo: https://github.com/hadolint/hadolint - rev: v2.14.0 + rev: v2.15.1 hooks: - name: Check Dockerfile id: hadolint @@ -48,7 +48,7 @@ repos: id: trailing-whitespace exclude: ^tests/|^.gitignore$ - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.25.3 + rev: v2.26.0 hooks: - name: Python format pyproject.toml id: pyproject-fmt @@ -63,7 +63,7 @@ repos: - name: Python flake8 id: flake8 - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.108.0 + rev: v1.108.1 hooks: - name: Terraform format id: terraform_fmt