diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 01cfc839..392b4643 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,7 @@ repos: # Exclude elisp files to not clear page breaks exclude: \.el$ - id: check-json + exclude: (devcontainer\.json|launch\.json)$ - id: check-toml - id: check-yaml