Skip to content

Commit

Permalink
ci: pre-commit autoupdate [skip ci] (#4713)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.4...v0.4.3)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/pdm-project/pdm: 2.13.2 → 2.15.1](pdm-project/pdm@2.13.2...2.15.1)
- [github.com/bufbuild/buf: v1.30.0 → v1.31.0](bufbuild/buf@v1.30.0...v1.31.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed May 7, 2024
1 parent e19f765 commit f6cd48e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -5,7 +5,7 @@ ci:
exclude: '(.*\.(css|js|svg))|(.*/(snippets|grpc|proto)/.*)$'
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.4'
rev: 'v0.4.3'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand All @@ -14,16 +14,16 @@ repos:
types_or: [python, pyi]
files: '(src|tests|docs|examples|typings)/'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/pdm-project/pdm
rev: 2.13.2
rev: 2.15.1
hooks:
- id: pdm-lock-check
- repo: https://github.com/bufbuild/buf
rev: v1.30.0
rev: v1.31.0
hooks:
- id: buf-format
args: [--config=src/bentoml/grpc/buf.yaml, src/bentoml/grpc]
Expand Down

0 comments on commit f6cd48e

Please sign in to comment.