diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c72cbf3..ae6d0d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,6 +31,14 @@ repos: stages: ['pre-commit'] - id: trailing-whitespace stages: ['pre-commit'] + - id: check-merge-conflict + stages: ['pre-commit'] + - id: detect-private-key + stages: ['pre-commit'] + - id: check-toml + stages: ['pre-commit'] + - id: check-ast + stages: ['pre-commit'] - repo: local hooks: @@ -88,3 +96,8 @@ repos: fi fi done + + - repo: meta + hooks: + - id: check-hooks-apply + - id: check-useless-excludes