GitHub Viewer
repos:
- repo: https://github.com/JulienPalard/powrap
rev: v0.4.0
hooks:
- id: powrap
- repo: local
hooks:
- id: check-spell
name: Check spelling
entry: python ./scripts/check_spell.py
language: python
additional_dependencies: ['pospell>=1.1']
files: \.po$
- id: lint
name: Run sphinx linting
entry: sphinx-lint
language: python
additional_dependencies: ['sphinx-lint==0.6.7']
files: \.po$