Skip to content

Commit 01d8092

Browse files
authored
Merge pull request #10 from Simple-Robotics/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 73aa3f6 + 5621928 commit 01d8092

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ ci:
33
submodules: true
44
repos:
55
- repo: https://github.com/pre-commit/mirrors-clang-format
6-
rev: v19.1.6
6+
rev: v20.1.8
77
hooks:
88
- id: clang-format
99
exclude: ^third-party/
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: detect-private-key
1414
- id: end-of-file-fixer
1515
- id: mixed-line-ending
1616
- id: check-merge-conflict
1717
- id: trailing-whitespace
1818
- repo: https://github.com/BlankSpruce/gersemi
19-
rev: 0.18.0
19+
rev: 0.22.1
2020
hooks:
2121
- id: gersemi

python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ find_package(eigenpy REQUIRED)
66
file(GLOB py_SRC CONFIGURE_DEPENDS "*.cpp")
77

88
set(PYLIB "${LIB_NAME}_pywrap")
9-
python3_add_library(${PYLIB} MODULE WITH_SOABI ${py_SRC})
9+
Python3_add_library(${PYLIB} MODULE WITH_SOABI ${py_SRC})
1010

1111
target_link_libraries(${PYLIB} PUBLIC ${LIB_NAME} eigenpy::eigenpy)
1212
target_compile_definitions(${PYLIB} PRIVATE MODULE_NAME=${PYLIB})

0 commit comments

Comments
 (0)