Skip to content

Commit

Permalink
Merge pull request #37 from Simple-Robotics/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
edantec authored Jan 21, 2025
2 parents 8fef8d5 + 75626c2 commit 1a6b615
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:
submodules: true
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.6
rev: v19.1.7
hooks:
- id: clang-format
types_or: []
Expand All @@ -27,6 +27,6 @@ repos:
doc/doxygen-awesome.*
)$
- repo: https://github.com/BlankSpruce/gersemi
rev: 0.18.0
rev: 0.18.2
hooks:
- id: gersemi
2 changes: 1 addition & 1 deletion bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(
expose-kinodynamics.cpp
)

python3_add_library(${PY_NAME}_pywrap MODULE WITH_SOABI ${${PY_NAME}_SOURCES})
Python3_add_library(${PY_NAME}_pywrap MODULE WITH_SOABI ${${PY_NAME}_SOURCES})
target_link_libraries(${PY_NAME}_pywrap PUBLIC ${PROJECT_NAME} eigenpy::eigenpy)
set_target_properties(
${PY_NAME}_pywrap
Expand Down

0 comments on commit 1a6b615

Please sign in to comment.