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 8c5c6ad commit cf166e3Copy full SHA for cf166e3
.pre-commit-config.yaml
@@ -3,22 +3,22 @@ repos:
3
rev: v4.5.0
4
hooks:
5
- id: check-yaml
6
- stages: [commit]
+ stages: [pre-commit]
7
- id: check-json
8
9
- id: check-toml
10
11
- id: check-merge-conflict
12
13
- id: check-case-conflict
14
15
- id: detect-private-key
16
17
- repo: https://github.com/crate-ci/typos
18
rev: v1.16.20
19
20
- id: typos
21
22
- repo: https://github.com/crate-ci/committed
23
rev: v1.0.20
24
0 commit comments