Skip to content

Commit 7742256

Browse files
committed
The final cut
1 parent 30cf5b3 commit 7742256

File tree

4 files changed

+179
-179
lines changed

4 files changed

+179
-179
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222

2323
# CMake linting and formatting
2424
- repo: https://github.com/BlankSpruce/gersemi
25-
rev: 0.19.3
25+
rev: 0.20.0
2626
hooks:
2727
- id: gersemi
2828
name: CMake linting
@@ -39,4 +39,4 @@ repos:
3939
hooks:
4040
- id: codespell
4141
files: ^.*\.(cmake|cpp|hpp|txt|md|json|in|yaml|yml)$
42-
args: ["--ignore-words", ".codespellignore" ]
42+
args: ["-w", "--ignore-words", ".codespellignore" ]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ codespell:
124124
format: cmake-format clang-format
125125

126126
cmake-format:
127-
cmake-format -i `git diff --name-only main | egrep '(CMakeLists.txt|\.cmake)'`
127+
pre-commit run --all
128128

129129
clang-format:
130130
git clang-format main

include/beman/execution/detail/forwarding_query.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace beman::execution {
3939
*/
4040
using forwarding_query_t = beman::execution::detail::forwarding_query_t;
4141
/*!
42-
* \brief The customizatoin point object to determine whether queries should be forwarded
42+
* \brief The customization point object to determine whether queries should be forwarded
4343
* \headerfile beman/execution/execution.hpp <beman/execution/execution.hpp>
4444
*
4545
* \details

0 commit comments

Comments
 (0)