Skip to content

Commit d66994e

Browse files
committed
ci: Exclude CHANGELOG.md from codespell formatting
1 parent 51019b4 commit d66994e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ repos:
5656
.+\.ioc|
5757
examples/stm32_example/Core/Src/(main|stm32h7xx_hal_msp|stm32h7xx_it)\.c|
5858
examples/stm32_example/Core/Inc/(main|stm32h7xx_hal_conf|stm32h7xx_it)\.h|
59-
zephyr/Kconfig
59+
zephyr/Kconfig|
60+
CHANGELOG\.md
6061
)$
6162
- repo: https://github.com/executablebooks/mdformat
6263
rev: 0.7.22

0 commit comments

Comments
 (0)