From f90f388e874c01ecbb5d1790ccd47300c50a96b5 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 3 Nov 2022 07:20:30 +0000 Subject: [PATCH] Add ripsecrets to pre-commit hook --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 68d7f35..1106e45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,6 +24,11 @@ repos: exclude : ^core/static/css # slow - id: djjs exclude: ^core/static/js # slow + - repo: https://github.com/sirwart/ripsecrets.git + # Set your version, be sure to use the latest and update regularly or use 'main' + rev: v0.1.5 + hooks: + - id: ripsecrets # - repo: https://github.com/thibaudcolas/curlylint # rev: v0.13.1 # hooks: