forked from Github-Mirrors/canaille
chore: pre-commit do not remove trailing spaces from minified files
This commit is contained in:
parent
4f89f4ff29
commit
62f5c127f0
1 changed files with 2 additions and 0 deletions
|
@ -5,7 +5,9 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: fix-byte-order-marker
|
- id: fix-byte-order-marker
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$"
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
|
exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$"
|
||||||
- id: check-toml
|
- id: check-toml
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: 'v0.0.282'
|
rev: 'v0.0.282'
|
||||||
|
|
Loading…
Reference in a new issue