Skip to content

Commit

Permalink
chore: pre-commit do not remove trailing spaces from minified files
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Aug 17, 2023
1 parent 4f89f4f commit 62f5c12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ repos:
hooks:
- id: fix-byte-order-marker
- id: trailing-whitespace
exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$"
- id: end-of-file-fixer
exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$"
- id: check-toml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.282'
Expand Down

0 comments on commit 62f5c12

Please sign in to comment.