Skip to content

Commit 04adc26

Browse files
CI: Pre-commit autoupdate (#149)
1 parent 325c908 commit 04adc26

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
ci:
22
autofix_prs: false
3+
skip: [buf-format]
34

45
repos:
56
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.14.2
7+
rev: v0.15.17
78
hooks:
89
- id: ruff-format
910
args: ["--diff", "aristaproto/src", "aristaproto/tests", "aristaproto_compiler/src", "aristaproto_compiler/tests"]
1011
- id: ruff
1112
args: ["aristaproto/src", "aristaproto/tests", "aristaproto_compiler/src", "aristaproto_compiler/tests"]
1213

1314
- repo: https://github.com/bufbuild/buf
14-
rev: v1.57.2
15+
rev: v1.71.0
1516
hooks:
1617
- id: buf-format
1718
files: ^aristaproto_compiler/tests/inputs/.*\.proto$

0 commit comments

Comments
 (0)