diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 315fabee9..a5956fde1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,6 +16,8 @@ repos: - id: name-tests-test args: [--pytest-test-first] stages: [pre-commit, manual] + - id: check-json + stages: [pre-commit, manual] # These modify files. Run locally only (pre-commit stage). - id: end-of-file-fixer