File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 55 submodules : true
66repos :
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 :
Original file line number Diff line number Diff line change 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} )
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments