Documented the existence of the pre-commit configuration.

This commit is contained in:
Florian Pose
2026-07-15 10:39:08 +02:00
parent 687872df99
commit b3cd2c2e5a
2 changed files with 11 additions and 0 deletions
+8
View File
@@ -108,3 +108,11 @@ Please see the [contributing document](CONTRIBUTING.md).
Developers shall use the coding style rules in the [coding style
file](CodingStyle.md).
There is a [cpplint configuration](CPPLINT.cfg) included as well that is
automatically checked via [pre-commit hooks](.pre-commit-config.yaml). So
please install the pre-commit hooks via
```bash
pre-commit install
```