legend1234
commited on
Commit
•
6fa6b50
1
Parent(s):
c39edcd
Synced repo using 'sync_with_huggingface' Github Action
Browse files- .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
minimum_pre_commit_version: 3.4.0
|
2 |
repos:
|
3 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
4 |
-
rev: v4.
|
5 |
hooks:
|
6 |
- id: check-merge-conflict # Check for files that contain merge conflict strings.
|
7 |
- id: trailing-whitespace # Trims trailing whitespace.
|
|
|
1 |
minimum_pre_commit_version: 3.4.0
|
2 |
repos:
|
3 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
4 |
+
rev: v4.5.0
|
5 |
hooks:
|
6 |
- id: check-merge-conflict # Check for files that contain merge conflict strings.
|
7 |
- id: trailing-whitespace # Trims trailing whitespace.
|