diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d28bd4..4ad1c97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: args: ["--write", "--ignore-words", ".codespellignore" ] - repo: https://github.com/bemanproject/beman-tidy - rev: v0.4.0 + rev: v0.5.1 hooks: - id: beman-tidy @@ -29,7 +29,7 @@ repos: # See also: https://github.com/ssciwr/clang-format-wheel # Config file: .clang-format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.4 + rev: v22.1.5 hooks: - id: clang-format types_or: [c++, c, json, javascript] @@ -37,7 +37,7 @@ repos: # CMake linting and formatting - repo: https://github.com/BlankSpruce/gersemi-pre-commit - rev: 0.27.2 + rev: 0.27.7 hooks: - id: gersemi name: CMake linting diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c3f3c4..2c5d8fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,10 +35,8 @@ FetchContent_Declare( FIND_PACKAGE_ARGS 0.2.0 EXACT - NAMES - beman.execution - COMPONENTS - execution_headers + NAMES beman.execution + COMPONENTS execution_headers ) FetchContent_MakeAvailable(execution)