Skip to content

Commit 89e34de

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v14.0.6 → v18.1.4](pre-commit/mirrors-clang-format@v14.0.6...v18.1.4) - [github.com/segmentio/golines: v0.10.0 → v0.12.2](segmentio/golines@v0.10.0...v0.12.2) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
1 parent bbf57fb commit 89e34de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-clang-format
3-
rev: v14.0.6
3+
rev: v18.1.4
44
hooks:
55
- id: clang-format
66
files: \.(proto)$
77

88
- repo: https://github.com/segmentio/golines
9-
rev: v0.10.0
9+
rev: v0.12.2
1010
hooks:
1111
- id: golines
1212
entry: golines -w --max-len=80 .
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.3.0
15+
rev: v4.6.0
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-case-conflict
@@ -27,7 +27,7 @@ repos:
2727
- id: trailing-whitespace
2828

2929
- repo: https://github.com/pre-commit/mirrors-prettier
30-
rev: v2.7.1
30+
rev: v4.0.0-alpha.8
3131
hooks:
3232
- id: prettier
3333
files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml|graphql|graphqls)$

0 commit comments

Comments
 (0)