From 339645a9120dc02ed24d5d2d818ac061b70be698 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Tue, 20 Jun 2023 08:41:23 +0200 Subject: [PATCH] docs: add precommit hooks (#1772) * docs: add precommit hooks * adjust test --- docs/devs/development.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/devs/development.md b/docs/devs/development.md index 74a664055..e64ad2017 100644 --- a/docs/devs/development.md +++ b/docs/devs/development.md @@ -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 =====