From cfa2ad1cd48178e29e03f0f1810f02e9f0b6da9c Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Sun, 31 Mar 2024 19:42:56 +0100 Subject: [PATCH] update doc --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9dec4ad0..2c906509 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -72,3 +72,9 @@ repos: rev: v0.9.1 hooks: - id: sphinx-lint + +# For now, we use it. But it does not support a lot of sphinx features +- repo: https://github.com/dzhu/rstfmt + rev: v0.0.14 + hooks: + - id: rstfmt