From 8e54116286c2b155289941554fb9abd7d97c4a3a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:11:51 +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.14.0](https://github.com/google/yamlfmt/compare/v0.13.0...v0.14.0) - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](https://github.com/asottile/pyupgrade/compare/v3.18.0...v3.19.0) - [github.com/astral-sh/uv-pre-commit: 0.5.6 → 0.5.7](https://github.com/astral-sh/uv-pre-commit/compare/0.5.6...0.5.7) --- .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 010727a..3e6c0da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,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.14.0 hooks: - id: yamlfmt args: @@ -39,7 +39,7 @@ repos: - eof_newline=true # Specific checks and fixes for Python files - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.0 hooks: - id: pyupgrade - repo: https://github.com/astral-sh/ruff-pre-commit @@ -68,6 +68,6 @@ repos: - main # Dependency management - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.6 + rev: 0.5.7 hooks: - id: uv-lock