Skip to content

Commit 60d28eb

Browse files
committed
pre-commit autoupdate (& fixing typo)
1 parent a57a6fa commit 60d28eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: pretty-format-json
1414
args: [--autofix, --top-keys=version]
1515
- id: check-yaml
16-
type: [file]
16+
types: [file]
1717
files: \.(yaml|yml|clang-format)
1818
- id: detect-private-key
1919
- id: check-merge-conflict
@@ -24,11 +24,11 @@ repos:
2424
- id: remove-tabs
2525
args: [--whitespaces-count, '4']
2626
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
27-
rev: v2.6.0
27+
rev: v2.7.0
2828
hooks:
2929
- id: pretty-format-yaml
3030
args: [--autofix, --indent, '2']
31-
type: [file]
31+
types: [file]
3232
files: \.(yaml|yml|clang-format)
3333
- repo: https://github.com/tdegeus/cpp_comment_format
3434
rev: v0.2.0

0 commit comments

Comments
 (0)