From 2afde33ee15bce3b23f3d8b66dbfc619bfe1e31e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 16 Dec 2023 14:14:09 +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 3fc4059..b5bcc19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,6 +29,6 @@ repos: - id: rst-linter - repo: https://github.com/myint/rstcheck.git - rev: master + rev: v6.2.0 hooks: - id: rstcheck -- GitLab