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