Skip to content

Commit ee83983

Browse files
ci: pre-commit autoupdate [skip ci] (#5485)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/bufbuild/buf: v1.57.0 → v1.57.2](bufbuild/buf@v1.57.0...v1.57.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a15affe commit ee83983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88
exclude: '(.*\.(css|js|svg))|(.*/(snippets|grpc|proto)/.*)$'
99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: 'v0.12.11'
11+
rev: 'v0.13.3'
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: pdm-lock-check
2828
- repo: https://github.com/bufbuild/buf
29-
rev: v1.57.0
29+
rev: v1.57.2
3030
hooks:
3131
- id: buf-format
3232
args: [--config=src/bentoml/grpc/buf.yaml, src/bentoml/grpc]

0 commit comments

Comments
 (0)