From 2e9f79409af926bc7171b398201109f5008ca96a Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 23 Mar 2024 20:45:37 +1000 Subject: [PATCH] Add `pre-commit` hook `destroyed-symlinks` https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#destroyed-symlinks Another check or test we can have --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1df7632fd..5e3d722bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,6 +20,7 @@ repos: - id: check-shebang-scripts-are-executable - id: check-vcs-permalinks - id: check-yaml + - id: destroyed-symlinks - id: detect-aws-credentials args: [--allow-missing-credentials] - id: detect-private-key