Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
kytta authored Jun 6, 2024
2 parents d5de42c + d374cb6 commit f371711
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
exclude: 'src/icons/.*\.svg'
Expand All @@ -18,7 +18,7 @@ repos:
additional_dependencies:
- prettier@3
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v9.0.0-alpha.2"
rev: "v9.4.0"
hooks:
- id: eslint
files: \.([jt]s|astro)$ # *.js, *.ts and *.astro
Expand All @@ -29,7 +29,7 @@ repos:
- eslint-plugin-unicorn@49
- prettier@3
- repo: https://github.com/kytta/mirrors-svgo
rev: v3.2.0
rev: v3.3.2
hooks:
- id: svgo
files: "^src/icons/"

0 comments on commit f371711

Please sign in to comment.