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/mirrors-eslint: v9.12.0 → v9.17.0](pre-commit/mirrors-eslint@v9.12.0...v9.17.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 309bc7b commit f9cd2a5
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 @@ -29,11 +29,11 @@ repos:
- prettier
- prettier-plugin-svelte
- svelte
stages: [commit]
stages: [pre-commit]
exclude: ^changelog.md|.*/(structures|molecules)/.*\.json|.py$

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.12.0
rev: v9.17.0
hooks:
- id: eslint
types: [file]
Expand All @@ -51,6 +51,6 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
stages: [commit, commit-msg]
stages: [pre-commit, commit-msg]
args:
[--ignore-words-list, 'te,ba,nd,ore,claus,manuel', --check-filenames]

0 comments on commit f9cd2a5

Please sign in to comment.