ci(pre-commit): enforce commit message and python formatting
Developpers can install pre-commit
and docker
to check:
- commit message formatting with the EOLE official container
- python formatting using the official black container image
To use it:
- install
pre-commit
on your distribution - execute the following command in the repository directory:
$ pre-commit install -t pre-commit -t commit-msg
Edited by Daniel Dehennin