From 3e5b113b987f409f75c218812eff9163d18104f8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 19:22:56 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/add-trailing-comma.git: v3.1.0 → v3.2.0](https://github.com/asottile/add-trailing-comma.git/compare/v3.1.0...v3.2.0) - [github.com/asottile/pyupgrade.git: v3.17.0 → v3.20.0](https://github.com/asottile/pyupgrade.git/compare/v3.17.0...v3.20.0) - [github.com/PyCQA/isort.git: 5.13.2 → 6.0.1](https://github.com/PyCQA/isort.git/compare/5.13.2...6.0.1) - [github.com/PyCQA/docformatter.git: v1.7.5 → v1.7.7](https://github.com/PyCQA/docformatter.git/compare/v1.7.5...v1.7.7) - [github.com/python-jsonschema/check-jsonschema.git: 0.29.3 → 0.33.2](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.29.3...0.33.2) - [github.com/codespell-project/codespell.git: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell.git/compare/v2.3.0...v2.4.1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de35947..0de6803 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,26 +5,26 @@ ci: repos: - repo: https://github.com/asottile/add-trailing-comma.git - rev: v3.1.0 + rev: v3.2.0 hooks: - id: add-trailing-comma - repo: https://github.com/asottile/pyupgrade.git - rev: v3.17.0 + rev: v3.20.0 hooks: - id: pyupgrade args: - --py311-plus - repo: https://github.com/PyCQA/isort.git - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort args: - --honor-noqa - repo: https://github.com/PyCQA/docformatter.git - rev: v1.7.5 + rev: v1.7.7 hooks: - id: docformatter args: @@ -36,7 +36,7 @@ repos: - id: remove-tabs - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: 0.29.3 + rev: 0.33.2 hooks: - id: check-github-actions - id: check-github-workflows @@ -91,14 +91,14 @@ repos: - id: debug-statements - repo: https://github.com/codespell-project/codespell.git - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell exclude: >- ^\.github/\.json-schemas/.*\.json$ - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint types: