From efdd81ea61bd5080c0f99f32f88247938c03b6f6 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Mon, 14 Dec 2020 18:40:25 -0700 Subject: [PATCH] adding pre-commit hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0076f88..ea29d2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-executables-have-shebangs - id: check-json - id: pretty-format-json - + - id: detect-private-key - repo: local hooks: