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 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.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.12.0](pre-commit/mirrors-eslint@v9.0.0-alpha.0...v9.12.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent bad8583 commit fad9a7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ci:
autoupdate_schedule: quarterly

default_stages: [commit]
default_stages: [Nonepre-commitNone]

default_install_hook_types: [pre-commit, commit-msg]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.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]
stages: [Nonepre-commitNone, 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.12.0
hooks:
- id: eslint
types: [file]
Expand Down

0 comments on commit fad9a7b

Please # to comment.