Skip to content

Commit a69f2eb

Browse files
committed
update svg logo and pre-commit
1 parent 18ae3d7 commit a69f2eb

File tree

2 files changed

+882
-95
lines changed

2 files changed

+882
-95
lines changed

.pre-commit-config.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: codespell
2929
stages: [commit, commit-msg]
30-
exclude_types: [html]
30+
exclude_types: [html, svg]
3131
additional_dependencies: [tomli] # needed to read pyproject.toml below py3.11
3232

3333
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -38,7 +38,9 @@ repos:
3838
- id: destroyed-symlinks
3939
- id: end-of-file-fixer
4040
- id: mixed-line-ending
41+
exclude_types: [svg]
4142
- id: trailing-whitespace
43+
exclude_types: [svg]
4244

4345
- repo: https://github.com/pre-commit/mirrors-prettier
4446
rev: v4.0.0-alpha.8

0 commit comments

Comments
 (0)