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.6.0
|
| 5 |
hooks:
|
| 6 |
- id: check-merge-conflict # Check for files that contain merge conflict strings.
|
| 7 |
- id: trailing-whitespace # Trims trailing whitespace.
|