From 8d15d0cdeb387ab223f3845c4c3d8ddf20707dce Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:55:43 +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/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.30.0...0.31.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.9.2) - [github.com/pre-commit/pre-commit: v4.0.1 → v4.1.0](https://github.com/pre-commit/pre-commit/compare/v4.0.1...v4.1.0) - [github.com/astral-sh/uv-pre-commit: 0.5.12 → 0.5.21](https://github.com/astral-sh/uv-pre-commit/compare/0.5.12...0.5.21) --- .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 a2eebf47..a31baf60 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,14 +19,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.0 hooks: - id: check-dependabot - id: check-github-workflows - id: check-readthedocs - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.9.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] @@ -45,7 +45,7 @@ repos: - tomli - repo: https://github.com/pre-commit/pre-commit - rev: v4.0.1 + rev: v4.1.0 hooks: - id: validate_manifest @@ -61,7 +61,7 @@ repos: - id: pyproject-fmt - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.12 + rev: 0.5.21 hooks: - id: uv-export name: Export Docs Dependencies