File tree Expand file tree Collapse file tree 1 file changed +20
-21
lines changed Expand file tree Collapse file tree 1 file changed +20
-21
lines changed Original file line number Diff line number Diff line change 3
3
# SPDX-License-Identifier: Unlicense
4
4
5
5
repos :
6
- - repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.4.0
8
- hooks :
9
- - id : check-yaml
10
- - id : trailing-whitespace
11
- - id : end-of-file-fixer
12
- - id : forbid-submodules
6
+ - repo : https://github.com/pre-commit/pre-commit-hooks
7
+ rev : v4.4.0
8
+ hooks :
9
+ - id : check-yaml
10
+ - id : trailing-whitespace
11
+ - id : end-of-file-fixer
12
+ - id : forbid-submodules
13
13
14
- - repo : local
15
- hooks :
16
- # - id: codespell
17
- # name: codespell
18
- # entry: codespell
19
- # types_or: [c, header]
20
- # language: system
14
+ - repo : https://github.com/codespell-project/codespell
15
+ rev : v2.2.4
16
+ hooks :
17
+ - id : codespell
21
18
22
- - id : unit-test
23
- name : unit-test
24
- files : ^(src/|test/unit-test/)
25
- entry : sh -c "cd test/unit-test && ceedling test:all"
26
- pass_filenames : false
27
- types_or : [c, header]
28
- language : system
19
+ - repo : local
20
+ hooks :
21
+ - id : unit-test
22
+ name : unit-test
23
+ files : ^(src/|test/unit-test/)
24
+ entry : sh -c "cd test/unit-test && ceedling test:all"
25
+ pass_filenames : false
26
+ types_or : [c, header]
27
+ language : system
You can’t perform that action at this time.
0 commit comments