Skip to content

Commit

Permalink
ci: pre-commit autoupdate [skip ci] (#4264)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.1.4](astral-sh/ruff-pre-commit@v0.0.291...v0.1.4)
- [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pdm-project/pdm: 2.9.3 → 2.10.0](pdm-project/pdm@2.9.3...2.10.0)
- [github.com/bufbuild/buf: v1.26.1 → v1.27.2](bufbuild/buf@v1.26.1...v1.27.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2023
1 parent edfda3b commit 1fed50c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ ci:
exclude: '(.*\.(css|js|svg))|(.*_generated.*)$'
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.291'
rev: 'v0.1.4'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black-jupyter
files: '(src|tests|docs|examples|typings)/'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/pdm-project/pdm
rev: 2.9.3
rev: 2.10.0
hooks:
- id: pdm-lock-check
- repo: https://github.com/bufbuild/buf
rev: v1.26.1
rev: v1.27.2
hooks:
- id: buf-format
args: [--config=src/bentoml/grpc/buf.yaml, src/bentoml/grpc]
Expand Down

0 comments on commit 1fed50c

Please sign in to comment.