Skip to content

Commit a44bcbc

Browse files
ci: pre-commit autoupdate [skip ci] (bentoml#4382)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.6...v0.1.9) - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) - [github.com/pdm-project/pdm: 2.10.4 → 2.11.1](pdm-project/pdm@2.10.4...2.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 40694cf commit a44bcbc

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
@@ -5,12 +5,12 @@ ci:
55
exclude: '(.*\.(css|js|svg))|(.*_generated.*)$'
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: 'v0.1.6'
8+
rev: 'v0.1.9'
99
hooks:
1010
- id: ruff
1111
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
1212
- repo: https://github.com/psf/black
13-
rev: 23.11.0
13+
rev: 23.12.1
1414
hooks:
1515
- id: black-jupyter
1616
files: '(src|tests|docs|examples|typings)/'
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121
- id: end-of-file-fixer
2222
- repo: https://github.com/pdm-project/pdm
23-
rev: 2.10.4
23+
rev: 2.11.1
2424
hooks:
2525
- id: pdm-lock-check
2626
- repo: https://github.com/bufbuild/buf

0 commit comments

Comments
 (0)