We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a2b3e commit 9957e04Copy full SHA for 9957e04
CONTRIBUTING.md
@@ -21,8 +21,9 @@ cd build-dbg && ninja dragonfly
21
```sh
22
cd dragonfly # project root
23
24
-# Make sure you have 'pre-commit' and 'clang-format' installed
+# Make sure you have 'pre-commit', 'clang-format' and black is installed
25
pip install pre-commit clang-format
26
+pip install pre-commit black
27
28
# IMPORTANT! Enable our pre-commit message hooks
29
# This will ensure your commits match our formatting requirements
0 commit comments