Merge remote-tracking branch 'origin/trallard/docs' into trallard/docs

This commit is contained in:
Tania Allard
2022-01-31 12:33:25 +00:00

View File

@@ -4,7 +4,7 @@ In order to enforce some rules **linters** are used in this project.
Linters can be run either during the **development phase** (by the developer) and during **integration phase** (by GitHub Actions).
To integrate and enforce this process in the project lifecycle we are using **git hooks** through [pre-commit][pre-commit].
## Using Pre-commit hooks
## Using pre-commit hooks
### Pre-commit hook installation