Skip to content

Commit

Permalink
Fix pre-commit check errors (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin authored Jan 16, 2025
1 parent 52b399a commit b190e81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ tests/test_cibuildwheel/tmp_dockerfiles
# build artifacts
*.cmake
Makefile
*.tmp
*.tmp
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if(POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif()

if(APPLE) # APPLE counts as a UNIX, so APPLE must come first
if(APPLE) # APPLE counts as a UNIX, so APPLE must come first
set(PYEXT_SUFFIX
".so"
CACHE STRING "Suffix for Python extension modules")
Expand Down

0 comments on commit b190e81

Please sign in to comment.