Revision 234e16596771137a667a3f2f4ae098194166e2f1 authored by Antoine Lambert on 10 February 2022, 16:23:34 UTC, committed by Antoine Lambert on 10 February 2022, 16:23:34 UTC
To install the new hook:

  $ pre-commit install -t commit-msg
1 parent fddec02
Raw File
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
*.egg-info/
build/
dist/
version.txt
/.hypothesis/
/.tox/
.mypy_cache/
back to top