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 cf166e3 commit a7bfa22Copy full SHA for a7bfa22
.pre-commit-config.yaml
@@ -3,24 +3,16 @@ repos:
3
rev: v4.5.0
4
hooks:
5
- id: check-yaml
6
- 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
25
- id: committed
26
- stages: [commit-msg]
0 commit comments