Skip to content

Commit b5f8926

Browse files
ci: pre-commit autoupdate [skip ci] (#5306)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.9...v0.11.4) - [github.com/pdm-project/pdm: 2.22.3 → 2.23.0](pdm-project/pdm@2.22.3...2.23.0) - [github.com/bufbuild/buf: v1.50.0 → v1.52.0](bufbuild/buf@v1.50.0...v1.52.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 75494e0 commit b5f8926

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.9.9'
11+
rev: 'v0.11.4'
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
@@ -22,11 +22,11 @@ repos:
2222
- id: trailing-whitespace
2323
- id: end-of-file-fixer
2424
- repo: https://github.com/pdm-project/pdm
25-
rev: 2.22.3
25+
rev: 2.23.0
2626
hooks:
2727
- id: pdm-lock-check
2828
- repo: https://github.com/bufbuild/buf
29-
rev: v1.50.0
29+
rev: v1.52.0
3030
hooks:
3131
- id: buf-format
3232
args: [--config=src/bentoml/grpc/buf.yaml, src/bentoml/grpc]

0 commit comments

Comments
 (0)