From 327e4a877491df21a52097303378b835d5817cb5 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 4 Aug 2021 23:20:22 +0100 Subject: [PATCH] ``rstcheck`` is too faulty and we even disable it on branch runs. Remove it. --- .pre-commit-config.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e3ad7b6ce5..c388e71b87d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1154,15 +1154,6 @@ repos: files: ^doc/.*\.rst additional_dependencies: [black==21.7b0] - - repo: https://github.com/myint/rstcheck - # This, for now, is meant to run when locally committing code and will be disabled(skipped) when we run pre-commit - # against all codebase to avoid MASSIVE code churn. This way, we do it in smaller chunks, a few at a time. - rev: 3f92957 - hooks: - - id: rstcheck - name: Check reST files using rstcheck - args: [--report=warning] - additional_dependencies: [sphinx] # <---- Code Formatting -------------------------------------------------------------------------------------------- # ----- Security -------------------------------------------------------------------------------------------------->