From c558f485a853c134344f999f83b74d083458dace Mon Sep 17 00:00:00 2001 From: "appsec-bot[bot]" <106172280+appsec-bot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:53:56 +0000 Subject: [PATCH] Update pre commit configuration file --- .pre-commit-config.yaml | 9 +++++++++ 1 file changed, 9 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 0000000..df8117b --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,9 @@ +repos: + # Websec hook is MANDATORY, DO NOT comment it. + - repo: https://github.com/mercadolibre/fury_websec-git-hooks + rev: v1.0.0 + hooks: + - id: pre_commit_hook + stages: [commit] + - id: post_commit_hook + stages: [post-commit]