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

The pre-commit warnings has been annoying enough. The last tag in that
repo is pretty old (2018) and doesn't have the pre-commit hook, so let's
go with the last commit which happens to be adding the pre-commit hook.
Happy coincident.
---
 .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 5d0e218..c67ec80 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: master
+    rev: 3f92957478422df87bd730abde66f089cc1ee19b
     hooks:
       - id: rstcheck
 
-- 
GitLab