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 720c8a2 commit 7debfebCopy full SHA for 7debfeb
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 version **24.3**, which can be installed with the command: `python -m pip install black==24.3.0`.
101
102
Please ensure you have these specific versions installed before contributing to the project.
103
0 commit comments