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.
2 parents 60fa82c + 6ed6f48 commit 73185bdCopy full SHA for 73185bd
CONTRIBUTING.md
@@ -97,6 +97,7 @@ source files, respectively.
97
**NOTE**: We use specific versions of formatting tools to ensure consistency across the project. The required versions are:
98
- clang-format version **15.0**, which can be installed with the command: `python -m pip install clang-format==15.0.7`.
99
- cmake-format version **0.6**, which can be installed with the command: `python -m pip install cmake-format==0.6.13`.
100
+- black (no specific version required), which can be installed with the command: `python -m pip install black`.
101
102
Please ensure you have these specific versions installed before contributing to the project.
103
0 commit comments