From 1f764f51ed7a67078eef6d1dece7aa9a017e5a4f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:02:55 +0800 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#697) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.3...v0.9.4) - [github.com/RobertCraigie/pyright-python: v1.1.392.post0 → v1.1.393](https://github.com/RobertCraigie/pyright-python/compare/v1.1.392.post0...v1.1.393) - [github.com/astral-sh/uv-pre-commit: 0.5.24 → 0.5.26](https://github.com/astral-sh/uv-pre-commit/compare/0.5.24...0.5.26) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 094fc5f1..e7b5a80a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.3 + rev: v0.9.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] @@ -22,12 +22,12 @@ repos: additional_dependencies: [proto-plus-stubs, types-lxml, types-parsimonious, types-pyyaml, types-ujson] - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.392.post0 + rev: v1.1.393 hooks: - id: pyright - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.24 + rev: 0.5.26 hooks: - id: uv-lock args: ["--frozen"]