From a98ab7471b59906e6c77a0cf9ec1f6b45de7a820 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 22:06:03 +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/google/yamlfmt: v0.13.0 → v0.15.0](https://github.com/google/yamlfmt/compare/v0.13.0...v0.15.0) - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.18.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.9.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.2...v0.9.2) - [github.com/astral-sh/uv-pre-commit: 0.5.6 → 0.5.21](https://github.com/astral-sh/uv-pre-commit/compare/0.5.6...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 94dc00f..17dbaf5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: - -d - "{extends: default, rules: {comments: {min-spaces-from-content: 1}, document-start: {present: false}, line-length: disable}}" - repo: https://github.com/google/yamlfmt - rev: v0.13.0 + rev: v0.15.0 hooks: - id: yamlfmt args: @@ -54,11 +54,11 @@ repos: - eof_newline=true # Specific checks and fixes for Python files - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.1 hooks: - id: pyupgrade - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.2 + rev: v0.9.2 hooks: - id: ruff args: @@ -66,6 +66,6 @@ repos: - id: ruff-format # Dependency management - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.6 + rev: 0.5.21 hooks: - id: uv-lock