File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 submodules : true
66repos :
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 :
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ file(GLOB_RECURSE ${PROJECT_NAME}_JULIA_EXAMPLES *.jl)
22
33foreach (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}
You can’t perform that action at this time.
0 commit comments