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
+3
View File
@@ -165,6 +165,9 @@ Enhancement suggestions are tracked as
There is a [coding style document](CodingStyle.md) next to this guide.
Please install the [pre-commit hooks](.pre-commit-config.yaml) via `pre-commit
install`.
<!-- omit in toc -->
## Attribution
+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
```