/py-pre-commit-hooks

This is small repository that adds python based hooks for pre-commit

Apache License 2.0Apache-2.0

Python pre-commit hooks

License

About

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.

Supported hooks

  • 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.

Example usage

Define in .pre-commit-config.yaml:

- repo: https://github.com/getindata/py-pre-commit-hooks
  rev: v0.2.0
  hooks:
  - id: pyspelling-docker