chore: update CONTRIBUTING.md (#4703)

Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
Kostas Kyrimis 2025-03-06 08:55:30 +02:00 committed by GitHub
parent e2a2b3e73e
commit 9957e0412b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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