diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d1ef378193e43..99a259f1559d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,6 +22,8 @@ repos: hooks: - id: end-of-file-fixer - id: trailing-whitespace + - id: check-json + files: .*\.(snapshot|validation)\.json - repo: https://github.com/localstack/pre-commit-hooks rev: v1.2.1