Browse Source

Matched blacken-docs config between ci and pre-commit.

Baptiste Mispelon 10 months ago
parent
commit
e37f421da8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .pre-commit-config.yaml

+ 1 - 0
.pre-commit-config.yaml

@@ -11,6 +11,7 @@ repos:
         additional_dependencies:
         - black==24.2.0
         files: 'docs/.*\.txt$'
+        args: ["--rst-literal-block"]
   - repo: https://github.com/PyCQA/isort
     rev: 5.13.2
     hooks: