Skip to content

Commit d64e95e

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#106)
2 parents 7037b6b + fa7bb62 commit d64e95e

13 files changed

Lines changed: 16 additions & 21 deletions

.pre-commit-config.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
additional_dependencies:
1919
- prettier@3
2020
- repo: https://github.com/pre-commit/mirrors-eslint
21-
rev: "v9.0.0-alpha.1"
21+
rev: "v9.0.0-alpha.2"
2222
hooks:
2323
- id: eslint
2424
files: \.([jt]s|astro)$ # *.js, *.ts and *.astro
@@ -28,13 +28,8 @@ repos:
2828
- eslint-config-prettier@9
2929
- eslint-plugin-unicorn@49
3030
- prettier@3
31-
- repo: local
31+
- repo: https://github.com/kytta/mirrors-svgo
32+
rev: v3.2.0
3233
hooks:
3334
- id: svgo
34-
name: optimize SVG files
35-
entry: svgo
36-
types: [svg]
37-
files: 'src/icons/.*\.svg'
38-
language: node
39-
additional_dependencies:
40-
- svgo
35+
files: "^src/icons/"

src/icons/linkedin-in.svg

Lines changed: 1 addition & 1 deletion
Loading

src/icons/linkedin.svg

Lines changed: 1 addition & 1 deletion
Loading

src/icons/mastodon.svg

Lines changed: 1 addition & 1 deletion
Loading

src/icons/messenger.svg

Lines changed: 1 addition & 1 deletion
Loading

src/icons/odnoklassniki.svg

Lines changed: 1 addition & 1 deletion
Loading

src/icons/pocket.svg

Lines changed: 1 addition & 1 deletion
Loading

src/icons/reddit.svg

Lines changed: 1 addition & 1 deletion
Loading

src/icons/teams.svg

Lines changed: 1 addition & 1 deletion
Loading

src/icons/telegram.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)