Core: add clean-rst in pre-commit
This commit is contained in:
parent
c3703ebc87
commit
2e9e681a92
@ -3,7 +3,7 @@
|
|||||||
---
|
---
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v3.2.0
|
rev: v4.3.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
@ -13,3 +13,7 @@ repos:
|
|||||||
rev: 'v6.1.0' # Use the sha / tag you want to point at
|
rev: 'v6.1.0' # Use the sha / tag you want to point at
|
||||||
hooks:
|
hooks:
|
||||||
- id: rstcheck
|
- id: rstcheck
|
||||||
|
- repo: https://git.opytex.org/lafrite/clean-rst
|
||||||
|
rev: v0.1.2
|
||||||
|
hooks:
|
||||||
|
- id: clean-rst
|
||||||
|
Loading…
Reference in New Issue
Block a user