diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d4a5e28..effef341 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,9 @@ repos: - id: check-executables-have-shebangs - id: check-shebang-scripts-are-executable exclude_types: ['rust'] + - id: check-yaml + - id: check-json + - id: check-toml - repo: local hooks: - id: git-clang-format