diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d01eaa..def4400 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,9 @@ # See https://pre-commit.com/hooks.html for more hooks default_install_hook_types: [pre-commit, pre-push, commit-msg] repos: +- repo: meta + hooks: + - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: @@ -11,6 +14,7 @@ repos: - id: check-merge-conflict - id: check-shebang-scripts-are-executable - id: check-symlinks + - id: check-json - id: check-toml - id: check-vcs-permalinks - id: check-yaml