Skip to content

Commit 1a6b615

Browse files
authored
Merge pull request #37 from Simple-Robotics/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8fef8d5 + 75626c2 commit 1a6b615

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
submodules: true
55
repos:
66
- repo: https://github.com/pre-commit/mirrors-clang-format
7-
rev: v19.1.6
7+
rev: v19.1.7
88
hooks:
99
- id: clang-format
1010
types_or: []
@@ -27,6 +27,6 @@ repos:
2727
doc/doxygen-awesome.*
2828
)$
2929
- repo: https://github.com/BlankSpruce/gersemi
30-
rev: 0.18.0
30+
rev: 0.18.2
3131
hooks:
3232
- id: gersemi

bindings/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(
1515
expose-kinodynamics.cpp
1616
)
1717

18-
python3_add_library(${PY_NAME}_pywrap MODULE WITH_SOABI ${${PY_NAME}_SOURCES})
18+
Python3_add_library(${PY_NAME}_pywrap MODULE WITH_SOABI ${${PY_NAME}_SOURCES})
1919
target_link_libraries(${PY_NAME}_pywrap PUBLIC ${PROJECT_NAME} eigenpy::eigenpy)
2020
set_target_properties(
2121
${PY_NAME}_pywrap

0 commit comments

Comments
 (0)