Skip to content

Commit

Permalink
Better rst formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed May 26, 2024
1 parent 6f5a6f8 commit 6014703
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ repos:
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
- repo: https://github.com/LilSpazJoekp/docstrfmt
rev: v1.6.1
hooks:
- id: rstfmt
- id: docstrfmt
language_version: python3
types_or: [rst] # Don't touch python docstrings.

- repo: https://github.com/b8raoult/pre-commit-docconvert
rev: "0.1.4"
Expand Down

0 comments on commit 6014703

Please sign in to comment.