diff options
| author | Loek Le Blansch <loek.le-blansch.pv@renesas.com> | 2025-10-27 11:27:42 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek.le-blansch.pv@renesas.com> | 2025-10-27 14:05:21 +0100 |
| commit | 6a6c2c23afdff0d95a9302d1a65e6b4c9f19aba1 (patch) | |
| tree | eb03e521b3c58cfa4b46f76b140ed13f80ccb5c3 /.pre-commit-config.yaml | |
| parent | e78e1def6ff9255f9ab7f5e7875a18e99b1ab1fc (diff) | |
WIP docs
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b21ca20..700c8aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ repos: hooks: - id: end-of-file-fixer - id: trailing-whitespace + exclude_types: [markdown] - id: mixed-line-ending args: [--fix=lf] - repo: https://github.com/codespell-project/codespell |