`rstcheck` is too faulty and we even disable it on branch runs. Remove it.

This commit is contained in:
Pedro Algarvio 2021-08-04 23:20:22 +01:00 committed by Gareth J. Greenaway
parent 6abb43d2df
commit 327e4a8774

View file

@ -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 -------------------------------------------------------------------------------------------------->