diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1addf3..84ed531 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,8 @@ repos: args: ['--unsafe'] - id: check-toml - id: end-of-file-fixer - #- id: trailing-whitespace + - id: trailing-whitespace + exclude: \.txt$ - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.9 hooks: