Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/pre-commit/mirrors-eslint: v9.0.0-alpha.0 → v9.6.0](pre-commit/mirrors-eslint@v9.0.0-alpha.0...v9.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent bad8583 commit 126614e
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
Expand Up @@ -7,7 +7,7 @@ default_install_hook_types: [pre-commit, commit-msg]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-case-conflict
- id: check-symlinks
Expand All @@ -28,15 +28,15 @@ repos:
- svelte

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
stages: [commit, commit-msg]
exclude: (/de/.+\.yml|.+\.svelte)
args: [--ignore-words-list, 'adresse,afterall,presse,ue,alle']

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.0.0-alpha.0
rev: v9.6.0
hooks:
- id: eslint
types: [file]
Expand Down

0 comments on commit 126614e

Please sign in to comment.