Skip to content

Commit

Permalink
trim trailing whitespace for non-txt files
Browse files Browse the repository at this point in the history
Signed-off-by: Lance-Drane <ldraneutk@gmail.com>
  • Loading branch information
Lance-Drane committed Feb 5, 2024
1 parent 1d93889 commit ca50822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ca50822

Please sign in to comment.