Skip to content

Commit

Permalink
Merge pull request oneapi-src#450 from KFilipek/black_info
Browse files Browse the repository at this point in the history
[readme] Add information about black formatter
  • Loading branch information
lukaszstolarczuk authored Apr 23, 2024
2 parents 96e8bb9 + 8556fb9 commit 12abae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Required packages:
For development and contributions:
- clang-format-15.0 (can be installed with `python -m pip install clang-format==15.0.7`)
- cmake-format-0.6 (can be installed with `python -m pip install cmake-format==0.6.13`)
- black (can be installed with `python -m pip install black==24.3.0`)

For building tests, multithreaded benchmarks and Disjoint Pool:
- C++ compiler with C++17 support
Expand Down

0 comments on commit 12abae0

Please sign in to comment.