File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,13 @@ default_stages:
8
8
- push
9
9
10
10
repos :
11
+ - repo : meta
12
+ hooks :
13
+ - id : check-hooks-apply
14
+ - id : check-useless-excludes
15
+
11
16
- repo : https://github.com/pre-commit/pre-commit-hooks
12
- rev : v4.1 .0
17
+ rev : v4.4 .0
13
18
hooks :
14
19
- id : check-vcs-permalinks
15
20
- id : end-of-file-fixer
@@ -18,6 +23,16 @@ repos:
18
23
args : [--markdown-linebreak-ext=md]
19
24
- id : debug-statements
20
25
- id : no-commit-to-branch
26
+ - id : check-merge-conflict
27
+ - id : check-toml
28
+ - id : check-yaml
29
+ - id : detect-private-key
30
+
31
+ - repo : https://github.com/asottile/blacken-docs
32
+ rev : 1.13.0
33
+ hooks :
34
+ - id : blacken-docs
35
+ additional_dependencies : [black==22.10]
21
36
22
37
- repo : https://github.com/commitizen-tools/commitizen
23
38
rev : v3.2.2 # automatically updated by Commitizen
You can’t perform that action at this time.
0 commit comments