File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed
Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 1+ claus
Original file line number Diff line number Diff line change 44 - repo : https://github.com/pre-commit/pre-commit-hooks
55 rev : v5.0.0
66 hooks :
7- - id : trailing-whitespace
8- - id : end-of-file-fixer
9- - id : check-yaml
10- - id : check-added-large-files
7+ - id : trailing-whitespace
8+ - id : end-of-file-fixer
9+ - id : check-yaml
10+ - id : check-added-large-files
1111
1212 # Clang-format for C++
1313 # This brings in a portable version of clang-format.
1414 # See also: https://github.com/ssciwr/clang-format-wheel
1515 - repo : https://github.com/pre-commit/mirrors-clang-format
1616 rev : v18.1.8
1717 hooks :
18- - id : clang-format
19- types_or : [c++, c]
18+ - id : clang-format
19+ types_or : [c++, c]
2020
2121 # CMake linting and formatting
2222 - repo : https://github.com/BlankSpruce/gersemi
2323 rev : 0.15.1
2424 hooks :
25- - id : gersemi
26- name : CMake linting
25+ - id : gersemi
26+ name : CMake linting
2727
2828 # Markdown linting
2929 # Config file: .markdownlint.yaml
3030 - repo : https://github.com/igorshubovych/markdownlint-cli
3131 rev : v0.42.0
3232 hooks :
33- - id : markdownlint
33+ - id : markdownlint
34+
35+ - repo : https://github.com/codespell-project/codespell
36+ rev : v2.1.0
37+ hooks :
38+ - id : codespell
39+ files : ^.*\.(cmake|cpp|hpp|txt|md|json|in|yaml|yml)$
40+ args : ["--ignore-words", ".codespellignore" ]
You can’t perform that action at this time.
0 commit comments