From 97f2fec788bce33ca7595f61ab9d4e87436f20ea Mon Sep 17 00:00:00 2001 From: runner Date: Sun, 12 Jul 2026 06:16:18 +0000 Subject: [PATCH] update pre-commit-config --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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