diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4750121..9168711 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: # Config file: .codespellrc - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell files: ^.*\.(cmake|cpp|cppm|hpp|txt|md|mds|json|js|in|yaml|yml|py|toml)$ @@ -32,7 +32,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.8 hooks: - id: clang-format types_or: [c++, c, json, javascript] @@ -40,7 +40,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 32116d0..1c4017d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,10 +40,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)