From 62d5e0d7812e3a1a9a19062e47eca8e6bf53f492 Mon Sep 17 00:00:00 2001 From: runner Date: Sun, 5 Apr 2026 05:23:42 +0000 Subject: [PATCH] update pre-commit-config --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57e9fe0..11b3691 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.1 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.21.0 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