diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57e9fe0..c238b0a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.0 + rev: 0.37.4 hooks: - name: Check GitHub Actions Workflows id: check-github-workflows @@ -48,12 +48,12 @@ repos: id: trailing-whitespace exclude: ^tests/|^.gitignore$ - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.8.0 + rev: v2.25.2 hooks: - name: Python format pyproject.toml id: pyproject-fmt - repo: https://github.com/pycqa/isort - rev: 7.0.0 + rev: 8.0.1 hooks: - name: Python isort id: isort @@ -63,7 +63,7 @@ repos: - name: Python flake8 id: flake8 - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.105.0 + rev: v1.108.0 hooks: - name: Terraform format id: terraform_fmt