diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f80789c39..e5a1acce6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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