diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2024-05-01 12:26:30 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-05-08 08:04:06 +0200 |
| commit | e37f421da8038505e0c058c554bcb291f6397c89 (patch) | |
| tree | 66e352e31dbd6999f75b674cae68fafad645d62f /.pre-commit-config.yaml | |
| parent | b79ac89c5799993b459b2248faf0bdd66a9df008 (diff) | |
Matched blacken-docs config between ci and pre-commit.
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9deb1d0cc6..d1c74a66c8 100644 --- a/.pre-commit-config.yaml +++ b/.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: |
