From c46b6519157141f16c304cdf45de07de34aa6e18 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 03:59:19 +0000 Subject: [PATCH] style: pre-commit fixes --- tests/packages/abi3_pyproject_ext/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/packages/abi3_pyproject_ext/CMakeLists.txt b/tests/packages/abi3_pyproject_ext/CMakeLists.txt index 663500a6..33b13a2a 100644 --- a/tests/packages/abi3_pyproject_ext/CMakeLists.txt +++ b/tests/packages/abi3_pyproject_ext/CMakeLists.txt @@ -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)