Skip to content

Commit 7debfeb

Browse files
docs: add details in CONTRIBUTING.md
Add black installation details in CONTRIBUTING.md as in README.md
1 parent 720c8a2 commit 7debfeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ source files, respectively.
9797
**NOTE**: We use specific versions of formatting tools to ensure consistency across the project. The required versions are:
9898
- clang-format version **15.0**, which can be installed with the command: `python -m pip install clang-format==15.0.7`.
9999
- cmake-format version **0.6**, which can be installed with the command: `python -m pip install cmake-format==0.6.13`.
100+
- black version **24.3**, which can be installed with the command: `python -m pip install black==24.3.0`.
100101

101102
Please ensure you have these specific versions installed before contributing to the project.
102103

0 commit comments

Comments
 (0)