Skip to content

Commit 07c8505

Browse files
authored
Added Yaml Check in Pre-commit (#1016)
1 parent 1dc0352 commit 07c8505

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ repos:
1010
--max-line-length=100
1111
]
1212
exclude: ^(venv/|docs/)
13-
types: ['python']
13+
types: ['python']
14+
- repo: https://github.com/pre-commit/pre-commit-hooks
15+
rev: v2.3.0
16+
hooks:
17+
- id: check-yaml

0 commit comments

Comments
 (0)