From 9957e0412b518ea998fd36661930840f3567d996 Mon Sep 17 00:00:00 2001 From: Kostas Kyrimis Date: Thu, 6 Mar 2025 08:55:30 +0200 Subject: [PATCH] chore: update CONTRIBUTING.md (#4703) Signed-off-by: kostas --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f80789c39..e5a1acce6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,8 +21,9 @@ cd build-dbg && ninja dragonfly ```sh cd dragonfly # project root -# Make sure you have 'pre-commit' and 'clang-format' installed +# Make sure you have 'pre-commit', 'clang-format' and black is installed pip install pre-commit clang-format +pip install pre-commit black # IMPORTANT! Enable our pre-commit message hooks # This will ensure your commits match our formatting requirements