1 parent 4fbf2e1 commit 7177c8bCopy full SHA for 7177c8b
1 file changed
.pre-commit-config.yaml
@@ -78,6 +78,15 @@ repos:
78
- id: check-vcs-permalinks
79
name: run check-vcs-permalinks
80
description: ensures that links to vcs websites are permalinks
81
+ - id: check-xml
82
+ name: run check-xml
83
+ description: attempts to load all xml files to verify syntax
84
+ - id: check-yaml
85
+ name: run check-yaml
86
+ description: attempts to load all yaml files to verify syntax
87
+ - id: debug-statements
88
+ name: run debug-statements
89
+ description: check for debugger imports and py37+ `breakpoint()` calls in python source.
90
- id: detect-private-key
91
name: run detect-private-key
92
description: checks for the existence of private keys
0 commit comments