2022-08-21 07:12:40 +00:00
|
|
|
# See https://pre-commit.com for more information
|
|
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
|
|
---
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2022-08-22 19:20:51 +00:00
|
|
|
rev: v4.3.0
|
2022-08-21 07:12:40 +00:00
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: check-yaml
|
|
|
|
- id: check-added-large-files
|
|
|
|
- repo: https://github.com/rstcheck/rstcheck
|
|
|
|
rev: 'v6.1.0' # Use the sha / tag you want to point at
|
|
|
|
hooks:
|
|
|
|
- id: rstcheck
|
2022-08-22 19:20:51 +00:00
|
|
|
- repo: https://git.opytex.org/lafrite/clean-rst
|
|
|
|
rev: v0.1.2
|
|
|
|
hooks:
|
|
|
|
- id: clean-rst
|