Skip to content

Commit ab86e21

Browse files
committed
Add YAML format checking
1 parent a7da0f6 commit ab86e21

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
# pre-commit install
33

44
repos:
5+
- repo: https://github.com/pre-commit/pre-commit-hooks
6+
rev: v4.1.0
7+
hooks:
8+
- id: check-yaml
9+
- id: end-of-file-fixer
10+
- id: trailing-whitespace
511
- repo: https://github.com/psf/black
612
rev: 22.1.0
713
hooks:
8-
- id: black
14+
- id: black
915
- repo: https://gitlab.com/pycqa/flake8
1016
rev: 3.8.4
1117
hooks:

0 commit comments

Comments
 (0)