Skip to content

Commit

Permalink
chore: update CONTRIBUTING.md (#4703)
Browse files Browse the repository at this point in the history
Signed-off-by: kostas <kostas@dragonflydb.io>
  • Loading branch information
kostasrim authored Mar 6, 2025
1 parent e2a2b3e commit 9957e04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9957e04

Please sign in to comment.