Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 946 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 946 Bytes

git-conventional-commits

crates build codecov docs license

pre-commit hook to validate commit messages

Environment Setup

  1. Install the pre-commit framework pip install pre-commit
  2. Install the commit-msg hook pre-commit install -t commit-msg