We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57a6fa commit 60d28ebCopy full SHA for 60d28eb
1 file changed
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: pretty-format-json
14
args: [--autofix, --top-keys=version]
15
- id: check-yaml
16
- type: [file]
+ types: [file]
17
files: \.(yaml|yml|clang-format)
18
- id: detect-private-key
19
- id: check-merge-conflict
@@ -24,11 +24,11 @@ repos:
24
- id: remove-tabs
25
args: [--whitespaces-count, '4']
26
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
27
- rev: v2.6.0
+ rev: v2.7.0
28
hooks:
29
- id: pretty-format-yaml
30
args: [--autofix, --indent, '2']
31
32
33
- repo: https://github.com/tdegeus/cpp_comment_format
34
rev: v0.2.0
0 commit comments