Skip to content

Commit 911ed60

Browse files
committed
👷 Use black for python formatting
Problem: - The default python formatter from CICD is ruff, but this branch is not set up to use it. Solution: - Continue using black.
1 parent 670c809 commit 911ed60

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ project(
77
DESCRIPTION "A header-only C++ library that polyfills the standard library."
88
)
99

10+
set(INFRA_PYTHON_FORMATTER black)
11+
1012
include(cmake/get_cpm.cmake)
1113
if(PROJECT_IS_TOP_LEVEL)
1214
cpmaddpackage("gh:intel/cicd-repo-infrastructure#dev")

0 commit comments

Comments
 (0)