From 40a26e52bfd06d890ab2b463bf1593ed8286d409 Mon Sep 17 00:00:00 2001 From: "websec-api[bot]" <94122581+websec-api[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 18:27:23 +0000 Subject: [PATCH] Update pre commit configuration file --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 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..07ca6fb --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,8 @@ +repos: + - 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] \ No newline at end of file