From 1be3d77e2646e19d7e51a25046c47f03e808e373 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 11 Aug 2021 07:46:25 +0300
Subject: [PATCH] fixup! Set the revision for the rstcheck pre-commit hook.

---
 .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 e6d331c..39ccc5a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -40,7 +40,7 @@ repos:
       - id: rst-linter
 
   - repo: https://github.com/myint/rstcheck.git
-    rev: 3f92957478422df87bd730abde66f089cc1ee19b
+    rev: 3f92957478422df87bd730abde66f089cc1ee19b  # pragma: allowlist secret
     hooks:
       - id: rstcheck
 
-- 
GitLab