Core: add clean-rst in pre-commit

This commit is contained in:
Bertrand Benjamin 2022-08-22 21:20:51 +02:00
parent c3703ebc87
commit 2e9e681a92
1 changed files with 5 additions and 1 deletions

View File

@ -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