-
Notifications
You must be signed in to change notification settings - Fork 107
Pre commit notes
Joris Roovers edited this page Jul 2, 2019
·
6 revisions
To install/try it with gitlint:
tools/create-test-repo.sh
virtualenv .venv && source .venv/bin/activate
pip install pre-commit
echo "\
- repo: https://github.com/jorisroovers/gitlint
rev: master
hooks:
- id: gitlint
" > .pre-commit-config.yaml && cat .pre-commit-config.yaml
pre-commit install