Skip to content

Commit 3f6b9b5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/pre-commit/mirrors-eslint: v9.0.0-alpha.0 → v9.37.0](pre-commit/mirrors-eslint@v9.0.0-alpha.0...v9.37.0)
1 parent d5256b8 commit 3f6b9b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ci:
22
autoupdate_schedule: quarterly
33

4-
default_stages: [commit]
4+
default_stages: [pre-commit]
55

66
default_install_hook_types: [pre-commit, commit-msg]
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.5.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-case-conflict
1313
- id: check-symlinks
@@ -28,15 +28,15 @@ repos:
2828
- svelte
2929

3030
- repo: https://github.com/codespell-project/codespell
31-
rev: v2.2.6
31+
rev: v2.4.1
3232
hooks:
3333
- id: codespell
34-
stages: [commit, commit-msg]
34+
stages: [pre-commit, commit-msg]
3535
exclude: (/de/.+\.yml|.+\.svelte)
3636
args: [--ignore-words-list, 'adresse,afterall,presse,ue,alle']
3737

3838
- repo: https://github.com/pre-commit/mirrors-eslint
39-
rev: v9.0.0-alpha.0
39+
rev: v9.37.0
4040
hooks:
4141
- id: eslint
4242
types: [file]

0 commit comments

Comments
 (0)