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