Skip to content

Commit 2cd112e

Browse files
authored
Merge pull request #455 from Simple-Robotics/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1eeeb6d + 4739e03 commit 2cd112e

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.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.25.0
8+
rev: 0.26.1
99
hooks:
1010
- id: gersemi
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.14.10
12+
rev: v0.15.9
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.8
20+
rev: v22.1.2
2121
hooks:
2222
- id: clang-format
2323
args:

examples/julia/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ file(GLOB_RECURSE ${PROJECT_NAME}_JULIA_EXAMPLES *.jl)
22

33
foreach(EXAMPLE ${${PROJECT_NAME}_JULIA_EXAMPLES})
44
string(
5-
REGEX REPLACE
6-
"${PROJECT_SOURCE_DIR}/examples/julia/"
5+
REGEX REPLACE "${PROJECT_SOURCE_DIR}/examples/julia/"
76
""
87
EXAMPLE
98
${EXAMPLE}

0 commit comments

Comments
 (0)