From f1aaa5ee2bcdcd59fed36f443bf40fd26a638c44 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 17 Jun 2021 10:13:56 +1000 Subject: Add two more pre-commit hooks --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a274930e7..c4821ba62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,9 @@ repos: - id: check-executables-have-shebangs exclude: ^test/t/lang\.rb$ - id: check-merge-conflict + - id: check-vcs-permalinks - id: check-yaml + - id: detect-private-key - id: end-of-file-fixer - id: fix-byte-order-marker - id: mixed-line-ending -- cgit v1.2.3