Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -29,15 +29,15 @@ 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]
exclude: docs/TODO.json

# 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
Expand Down
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading