Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 21, 2024
1 parent 19a43a5 commit c46b651
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/packages/abi3_pyproject_ext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ if(NOT "${SKBUILD_SABI_VERSION}" STREQUAL "")
${SKBUILD_SABI_VERSION})

if(NOT SKBUILD_SABI_VERSION STREQUAL "3.7")
message(FATAL_ERROR "TEST FAILED: SKBUILD_SABI_VERSION (${SKBUILD_SABI_VERSION}) is not 3.7")
message(
FATAL_ERROR
"TEST FAILED: SKBUILD_SABI_VERSION (${SKBUILD_SABI_VERSION}) is not 3.7"
)
endif()
else()
python_add_library(abi3_example MODULE abi3_example.c WITH_SOABI)
Expand Down

0 comments on commit c46b651

Please sign in to comment.