From 08193d15b1f98b08c8b6a8bb0a0a5815833f0532 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:26:42 +0000 Subject: [PATCH] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.6.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.5...v0.6.3) - [github.com/henryiii/validate-pyproject-schema-store: 2024.05.24 → 2024.08.26](https://github.com/henryiii/validate-pyproject-schema-store/compare/2024.05.24...2024.08.26) - [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.29.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.4...0.29.2) --- .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 7b3491c..c36498c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.5 + rev: v0.6.3 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -30,12 +30,12 @@ repos: exclude: "$sphinxcontrib/moderncmakedomain/(cmake|colors).py$" - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2024.05.24 + rev: 2024.08.26 hooks: - id: validate-pyproject - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.4 + rev: 0.29.2 hooks: - id: check-dependabot - id: check-github-workflows