From 98101e7306c5bfe52278285280f5e1e4c5068856 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:59:54 +0000 Subject: [PATCH] ci: pre-commit autoupdate [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.15](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.12...v0.15.15) - [github.com/pdm-project/pdm: 2.26.8 → 2.27.0](https://github.com/pdm-project/pdm/compare/2.26.8...2.27.0) - [github.com/bufbuild/buf: v1.69.0 → v1.70.0](https://github.com/bufbuild/buf/compare/v1.69.0...v1.70.0) --- .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 c2d76f84042..6683e0d0352 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: exclude: '(.*\.(css|js|svg))|(.*/(snippets|grpc|proto)/.*)$' repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.15.12' + rev: 'v0.15.15' hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix, --show-fixes] @@ -21,11 +21,11 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/pdm-project/pdm - rev: 2.26.8 + rev: 2.27.0 hooks: - id: pdm-lock-check - repo: https://github.com/bufbuild/buf - rev: v1.69.0 + rev: v1.70.0 hooks: - id: buf-format args: [--config=src/bentoml/grpc/buf.yaml, src/bentoml/grpc]