From 4129fd073495deed54f299cf132fcd69972c58ac Mon Sep 17 00:00:00 2001 From: Steffen Allner Date: Wed, 21 Sep 2022 08:43:09 +0200 Subject: [PATCH] Install sphinx to make directives available. --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92dd783..68491a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,4 +47,5 @@ repos: rev: 'v6.1.0' hooks: - id: rstcheck - args: [--ignore-messages, Duplicate implicit target name ] + additional_dependencies: [sphinx] + args: [--ignore-messages, 'Duplicate implicit target name' ]