/pre-commit-hooks

pre-commit hooks, Git commit message Karma convention and others

Primary LanguagePythonMIT LicenseMIT

pre-commit-hooks

Test with poetry SonarCloud analysis

Helper Git hooks to work with pre-commit framework.

List of currently available hooks:

verify-git-karma-commit-message

This hooks will verify Git commit is following Karma Git message convention documented here

Local development setup

Just run make command with available rules.

  1. To install local development environment run:
    make install
  1. To run unit tests:
    make test