Skip to content

Commit 0302fc1

Browse files
authored
Merge branch 'main' into feature/export-config-package
2 parents fb64c34 + 9e0c8f7 commit 0302fc1

File tree

5 files changed

+15
-93
lines changed

5 files changed

+15
-93
lines changed

.cmake-format.json

Lines changed: 0 additions & 85 deletions
This file was deleted.

.git-blame-ignore-revs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
907e040
1+
907e0406400ad008db3f724e8d255239471155b0

.pre-commit-config.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,26 @@ repos:
2020

2121
# CMake linting and formatting
2222
- repo: https://github.com/BlankSpruce/gersemi
23-
rev: 0.15.1
23+
rev: 0.17.0
2424
hooks:
2525
- id: gersemi
2626
name: CMake linting
2727

2828
# Markdown linting
2929
# Config file: .markdownlint.yaml
3030
- repo: https://github.com/igorshubovych/markdownlint-cli
31-
rev: v0.41.0
31+
rev: v0.43.0
3232
hooks:
3333
- id: markdownlint
3434
exclude: ^papers/
35+
36+
# Config file: .codespell_ignore
37+
- repo: https://github.com/codespell-project/codespell
38+
rev: v2.3.0
39+
hooks:
40+
- id: codespell
41+
args: ['-I', '.codespell_ignore', '--uri-ignore-words-list']
42+
exclude: |
43+
(?x)^(
44+
papers/.*
45+
)$

.shellcheckrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
{
146146
"name": "clang-16",
147147
"inherits": "common",
148-
"configurePreset": "clang-16"
148+
"configurePreset": "clang-16",
149149
}
150150
],
151151
"testPresets": [

0 commit comments

Comments
 (0)