diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 187726f71..a0e9260c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: pretty-format-json args: [--autofix, --top-keys=version] - id: check-yaml - type: [file] + types: [file] files: \.(yaml|yml|clang-format) - id: detect-private-key - id: check-merge-conflict @@ -24,11 +24,11 @@ repos: - id: remove-tabs args: [--whitespaces-count, '4'] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.6.0 + rev: v2.7.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2'] - type: [file] + types: [file] files: \.(yaml|yml|clang-format) - repo: https://github.com/tdegeus/cpp_comment_format rev: v0.2.0