chore: pre-commit do not remove trailing spaces from minified files

This commit is contained in:
Éloi Rivard 2023-08-17 09:58:49 +02:00
parent 4f89f4ff29
commit 62f5c127f0
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -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'