diff options
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 |