Skip to content

Commit 3e9fd4d

Browse files
committed
ci(pre-commit): Execute codespell after formatting changes
1 parent f122366 commit 3e9fd4d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ repos:
3939
^package\/.*$
4040
)
4141
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-
4942
- repo: https://github.com/pre-commit/mirrors-clang-format
5043
rev: "v18.1.3"
5144
hooks:
@@ -80,6 +73,13 @@ repos:
8073
- id: prettier
8174
types_or: [yaml]
8275

76+
- repo: https://github.com/codespell-project/codespell
77+
rev: "v2.3.0"
78+
hooks:
79+
# Spell checking
80+
- id: codespell
81+
exclude: ^.*\.(svd|SVD)$
82+
8383
- repo: https://github.com/shellcheck-py/shellcheck-py
8484
rev: "v0.10.0.1"
8585
hooks:

0 commit comments

Comments
 (0)