Skip to content

Commit

Permalink
ci: pre-commit autoupdate [skip ci] (#5061)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2)
- [github.com/pdm-project/pdm: 2.19.1 → 2.20.0.post1](pdm-project/pdm@2.19.1...2.20.0.post1)
- [github.com/bufbuild/buf: v1.44.0 → v1.46.0](bufbuild/buf@v1.44.0...v1.46.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] authored Nov 5, 2024
1 parent 9d4cd8e commit a4b741d
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
@@ -8,7 +8,7 @@ ci:
exclude: '(.*\.(css|js|svg))|(.*/(snippets|grpc|proto)/.*)$'
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.9'
rev: 'v0.7.2'
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.19.1
rev: 2.20.0.post1
hooks:
- id: pdm-lock-check
- repo: https://github.com/bufbuild/buf
rev: v1.44.0
rev: v1.46.0
hooks:
- id: buf-format
args: [--config=src/bentoml/grpc/buf.yaml, src/bentoml/grpc]

0 comments on commit a4b741d

Please sign in to comment.