diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c991a6..a16141c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.3.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,3 +13,7 @@ repos: rev: 'v6.1.0' # Use the sha / tag you want to point at hooks: - id: rstcheck + - repo: https://git.opytex.org/lafrite/clean-rst + rev: v0.1.2 + hooks: + - id: clean-rst