From f8cac51a8e9f20611d22cca06793e115fe07dcf8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:51:47 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#2039) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.31.0...0.31.1) - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) - [github.com/pyCQA/isort: 5.13.2 → 6.0.0](https://github.com/pyCQA/isort/compare/5.13.2...6.0.0) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.4.0...v2.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 48a0c9d0f1..204aed9074 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: check-added-large-files - id: check-case-conflict - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.0 + rev: 0.31.1 hooks: - id: check-dependabot - id: check-github-workflows @@ -27,7 +27,7 @@ repos: - id: check-readthedocs files: readthedocs.yml - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black files: ^tools/(?!schemacode) @@ -37,7 +37,7 @@ repos: files: tools/schemacode args: ["--config", "tools/schemacode/pyproject.toml", "--verbose"] - repo: https://github.com/pyCQA/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort files: ^tools/(?!schemacode) @@ -69,7 +69,7 @@ repos: - id: pretty-format-toml args: [--autofix, --indent, '4', --no-sort] - repo: https://github.com/codespell-project/codespell - rev: v2.4.0 + rev: v2.4.1 hooks: - id: codespell args: ["--config=.codespellrc", "--dictionary=-", "--dictionary=.codespell_dict"]