Skip to content

Commit 1117cf5

Browse files
committed
update pre-commit yaml
1 parent cd1726c commit 1117cf5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
# SPDX-License-Identifier: Unlicense
44

55
repos:
6+
- repo: https://github.com/pre-commit/pre-commit-hooks
7+
rev: v4.0.1
8+
hooks:
9+
- id: check-yaml
10+
- id: trailing-whitespace
11+
- id: end-of-file-fixer
12+
613
- repo: local
714
hooks:
815
- id: codespell

0 commit comments

Comments
 (0)