Skip to content

Commit 9957e04

Browse files
authored
chore: update CONTRIBUTING.md (#4703)
Signed-off-by: kostas <[email protected]>
1 parent e2a2b3e commit 9957e04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ cd build-dbg && ninja dragonfly
2121
```sh
2222
cd dragonfly # project root
2323

24-
# Make sure you have 'pre-commit' and 'clang-format' installed
24+
# Make sure you have 'pre-commit', 'clang-format' and black is installed
2525
pip install pre-commit clang-format
26+
pip install pre-commit black
2627

2728
# IMPORTANT! Enable our pre-commit message hooks
2829
# This will ensure your commits match our formatting requirements

0 commit comments

Comments
 (0)