We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dc097 commit ca8f80aCopy full SHA for ca8f80a
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
autoupdate_schedule: quarterly
3
skip: [eslint]
4
5
-default_stages: [commit]
+default_stages: [pre-commit]
6
7
default_install_hook_types: [pre-commit, commit-msg]
8
@@ -33,12 +33,12 @@ repos:
33
rev: v2.3.0
34
hooks:
35
- id: codespell
36
- stages: [commit, commit-msg]
+ stages: [pre-commit, commit-msg]
37
args: [--ignore-words-list, falsy, --check-filenames]
38
exclude: changelog\.md
39
40
- repo: https://github.com/pre-commit/mirrors-eslint
41
- rev: v9.13.0
+ rev: v9.17.0
42
43
- id: eslint
44
types: [file]
0 commit comments