mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
chore: update CONTRIBUTING.md (#4703)
Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
parent
e2a2b3e73e
commit
9957e0412b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue