File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 submodules : true
44repos :
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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ find_package(eigenpy REQUIRED)
66file (GLOB py_SRC CONFIGURE_DEPENDS "*.cpp" )
77
88set (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
1111target_link_libraries (${PYLIB} PUBLIC ${LIB_NAME} eigenpy::eigenpy)
1212target_compile_definitions (${PYLIB} PRIVATE MODULE_NAME=${PYLIB} )
You can’t perform that action at this time.
0 commit comments