Skip to content

Commit

Permalink
chore: update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Signed-off-by: kostas <kostas@dragonflydb.io>
  • Loading branch information
kostasrim committed Mar 5, 2025
1 parent 5625aa4 commit 4e6a932
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 4e6a932

Please sign in to comment.