We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f122366 commit 3e9fd4dCopy full SHA for 3e9fd4d
.pre-commit-config.yaml
@@ -39,13 +39,6 @@ repos:
39
^package\/.*$
40
)
41
42
- - repo: https://github.com/codespell-project/codespell
43
- rev: "v2.3.0"
44
- hooks:
45
- # Spell checking
46
- - id: codespell
47
- exclude: ^.*\.(svd|SVD)$
48
-
49
- repo: https://github.com/pre-commit/mirrors-clang-format
50
rev: "v18.1.3"
51
hooks:
@@ -80,6 +73,13 @@ repos:
80
73
- id: prettier
81
74
types_or: [yaml]
82
75
76
+ - repo: https://github.com/codespell-project/codespell
77
+ rev: "v2.3.0"
78
+ hooks:
79
+ # Spell checking
+ - id: codespell
+ exclude: ^.*\.(svd|SVD)$
+
83
- repo: https://github.com/shellcheck-py/shellcheck-py
84
rev: "v0.10.0.1"
85
0 commit comments