Skip to content

Commit fc5ffda

Browse files
authored
Merge pull request #443 from Simple-Robotics/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 589034f + 445fa1f commit fc5ffda

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ ci:
55
submodules: true
66
repos:
77
- repo: https://github.com/BlankSpruce/gersemi
8-
rev: 0.22.3
8+
rev: 0.25.0
99
hooks:
1010
- id: gersemi
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.13.3
12+
rev: v0.14.10
1313
hooks:
1414
- id: ruff
1515
args:
1616
- --fix
1717
- --exit-non-zero-on-fix
1818
- id: ruff-format
1919
- repo: https://github.com/pre-commit/mirrors-clang-format
20-
rev: v21.1.2
20+
rev: v21.1.8
2121
hooks:
2222
- id: clang-format
2323
args:

bindings/python/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,7 @@ if(
275275
# Create a new __init__.py file containing both the content of __init__.py
276276
# prepended with the OPENMP_KMP_DUPLICATE_LIB_OK_SCRIPT content
277277
file(
278-
WRITE
279-
${generated_init_dot_py_file}
278+
WRITE ${generated_init_dot_py_file}
280279
${OPENMP_KMP_DUPLICATE_LIB_OK_SCRIPT}
281280
)
282281
file(APPEND ${generated_init_dot_py_file} ${INIT_CONTENT})

cmake-external/doctest.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ function(doctest_discover_tests TARGET)
144144
)
145145

146146
file(
147-
WRITE
148-
"${ctest_include_file}"
147+
WRITE "${ctest_include_file}"
149148
"if(EXISTS \"${ctest_tests_file}\")\n"
150149
" include(\"${ctest_tests_file}\")\n"
151150
"else()\n"

0 commit comments

Comments
 (0)