We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc32bb2 commit e9848ffCopy full SHA for e9848ff
.pre-commit-config.yaml
@@ -7,20 +7,20 @@ repos:
7
rev: v4.5.0
8
hooks:
9
- id: check-toml
10
- stages: [commit]
+ stages: [pre-commit]
11
- id: check-yaml
12
13
- id: check-merge-conflict
14
15
- id: check-case-conflict
16
17
- id: detect-private-key
18
19
- id: mixed-line-ending
20
21
args: ["--fix=lf"]
22
- id: trailing-whitespace
23
24
args: [--markdown-linebreak-ext=md]
25
- repo: https://github.com/crate-ci/committed
26
rev: v1.0.20
0 commit comments