diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0cf4df782..f1ffa3edb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,8 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml + - id: check-json + - id: check-ast - id: check-added-large-files - repo: https://github.com/psf/black rev: 24.3.0