We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256a385 commit 13a261dCopy full SHA for 13a261d
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: trailing-whitespace
6
args: [--markdown-linebreak-ext=md]
7
- id: check-yaml
8
9
- repo: https://github.com/pre-commit/mirrors-clang-format
10
- rev: v20.1.5
+ rev: v21.1.0
11
12
- id: clang-format
13
args: [--style=file]
@@ -16,7 +16,7 @@ repos:
16
exclude: ^(\.\/)?(extern|include)\/
17
18
- repo: https://github.com/pre-commit/mirrors-prettier
19
- rev: v3.1.0
+ rev: v4.0.0-alpha.8
20
21
- id: prettier
22
additional_dependencies: ["[email protected]"]
0 commit comments