patryk-gpl / pre-commit-hooks

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 83.9%Language:Makefile 16.1%