From 24ef13a964beb832a801de0eccdaab6fa198c6dd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:19:26 +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.4.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.5...v0.4.10) - [github.com/henryiii/validate-pyproject-schema-store: 2024.05.24 → 2024.06.24](https://github.com/henryiii/validate-pyproject-schema-store/compare/2024.05.24...2024.06.24) - [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.4...0.28.6) --- .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..6e1e6c9 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.4.10 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.06.24 hooks: - id: validate-pyproject - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.4 + rev: 0.28.6 hooks: - id: check-dependabot - id: check-github-workflows