diff --git a/docs/contributing/lint.md b/docs/contributing/lint.md index 32acd98e..97672bc1 100644 --- a/docs/contributing/lint.md +++ b/docs/contributing/lint.md @@ -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