This is small repository that adds python based hooks for pre-commit.
[0.2.0] Moved from copy of docker image setup to reference of github action to stay up to date.
- pyspelling-docker
This hook uses pyspelling in docker container. Supported languages:
[en, pl, de, fr, es]
. It looks for.spellcheck.yml
config. In case it does not find it, it uses the default specified in this repository. Configure it using the pyspelling configuration. The only supported spellchecker right now is aspell.
Define in .pre-commit-config.yaml
:
- repo: https://github.com/getindata/py-pre-commit-hooks
rev: v0.2.0
hooks:
- id: pyspelling-docker