Skip to content

Commit

Permalink
ci: pre-commit autoupdate [skip ci] (#5170)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6)
- [github.com/pdm-project/pdm: 2.21.0 → 2.22.1](pdm-project/pdm@2.21.0...2.22.1)
- [github.com/bufbuild/buf: v1.47.2 → v1.48.0](bufbuild/buf@v1.47.2...v1.48.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent d1a43c7 commit b38e86b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand Down

0 comments on commit b38e86b

Please sign in to comment.