[#1103] pre-commit: Exclude `*.svg`

Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
pull/1103/head
Anton Nikiforov 2024-04-24 14:59:41 +03:00
parent 7bc3003803
commit 1f02ac2566
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- id: end-of-file-fixer
exclude: ".key$"
exclude: "(.key|.svg)$"
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6