Skip to content

Commit ca8f80a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-eslint: v9.13.0 → v9.17.0](pre-commit/mirrors-eslint@v9.13.0...v9.17.0)
1 parent 25dc097 commit ca8f80a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: quarterly
33
skip: [eslint]
44

5-
default_stages: [commit]
5+
default_stages: [pre-commit]
66

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

@@ -33,12 +33,12 @@ repos:
3333
rev: v2.3.0
3434
hooks:
3535
- id: codespell
36-
stages: [commit, commit-msg]
36+
stages: [pre-commit, commit-msg]
3737
args: [--ignore-words-list, falsy, --check-filenames]
3838
exclude: changelog\.md
3939

4040
- repo: https://github.com/pre-commit/mirrors-eslint
41-
rev: v9.13.0
41+
rev: v9.17.0
4242
hooks:
4343
- id: eslint
4444
types: [file]

0 commit comments

Comments
 (0)