docs: add precommit hooks (#1772)

* docs: add precommit hooks
* adjust test
This commit is contained in:
callebtc 2023-06-20 08:41:23 +02:00 committed by GitHub
parent 9014e73529
commit 339645a912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,15 @@ For developers
Thanks for contributing :)
Precommit hooks
=====
This ensures that all commits adhere to the formatting and linting rules.
```bash
make install-pre-commit-hook
```
Tests
=====