From ca4c2b9e894b1390914413b382667e5714919e0a Mon Sep 17 00:00:00 2001 From: Security Bot Date: Wed, 26 Jul 2023 12:27:55 +0530 Subject: [PATCH] SP-706 | Created local '.pre-commit-config.yaml' from remote 'pre-commit-config/.pre-commit-config.yaml' (#501) --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 00000000..c7707deb --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,5 @@ +repos: +- repo: https://github.com/navi-bot/pre-commit-hooks + rev: v1.0 + hooks: + - id: gitleaks \ No newline at end of file