refactor: update contributing doc (#5016)

This commit is contained in:
Borys 2025-04-28 13:20:44 +03:00 committed by GitHub
parent 98fb8fb38f
commit 5ea3070abf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,8 +22,8 @@ cd build-dbg && ninja dragonfly
cd dragonfly # project root
# Make sure you have 'pre-commit', 'clang-format' and black is installed
pip install pre-commit clang-format
pip install pre-commit black
pipx install pre-commit clang-format
pipx install pre-commit black
# IMPORTANT! Enable our pre-commit message hooks
# This will ensure your commits match our formatting requirements