From b38e86b4347628f0ecfd89da6c5bcee05d36652a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:06:30 +0800 Subject: [PATCH] ci: pre-commit autoupdate [skip ci] (#5170) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.8.6) - [github.com/pdm-project/pdm: 2.21.0 → 2.22.1](https://github.com/pdm-project/pdm/compare/2.21.0...2.22.1) - [github.com/bufbuild/buf: v1.47.2 → v1.48.0](https://github.com/bufbuild/buf/compare/v1.47.2...v1.48.0) 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 83f3caa2f0f..d5804c1833c 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.8.1' + rev: 'v0.8.6' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] @@ -22,11 +22,11 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/pdm-project/pdm - rev: 2.21.0 + rev: 2.22.1 hooks: - id: pdm-lock-check - repo: https://github.com/bufbuild/buf - rev: v1.47.2 + rev: v1.48.0 hooks: - id: buf-format args: [--config=src/bentoml/grpc/buf.yaml, src/bentoml/grpc]