Spaces:
Sleeping
Sleeping
Fanwang Meng
commited on
Commit
·
6345ddb
1
Parent(s):
3de13eb
Add back the checking of website yaml file
Browse files- .pre-commit-hooks.yaml +1 -1
.pre-commit-hooks.yaml
CHANGED
@@ -37,7 +37,7 @@
|
|
37 |
description: checks yaml files for parseable syntax.
|
38 |
entry: check-yaml
|
39 |
language: python
|
40 |
-
exclude: ^website.yml
|
41 |
types: [yaml]
|
42 |
|
43 |
- id: requirements-txt-fixer
|
|
|
37 |
description: checks yaml files for parseable syntax.
|
38 |
entry: check-yaml
|
39 |
language: python
|
40 |
+
# exclude: ^website.yml
|
41 |
types: [yaml]
|
42 |
|
43 |
- id: requirements-txt-fixer
|