From d37462652b64ca58d1edce7fbb3fa1bc73461a77 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 25 Feb 2023 19:54:25 +0200
Subject: [PATCH] Pre-commit: Update the rstcheck 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 e154303..f4819f2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -42,7 +42,7 @@ repos:
         args: [--allow-raw]
 
   - repo: https://github.com/myint/rstcheck.git
-    rev: master
+    rev: v6.1.1
     hooks:
       - id: rstcheck
 
-- 
GitLab