We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fb8fb commit 5ea3070Copy full SHA for 5ea3070
CONTRIBUTING.md
@@ -22,8 +22,8 @@ cd build-dbg && ninja dragonfly
22
cd dragonfly # project root
23
24
# 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
+pipx install pre-commit clang-format
+pipx 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