Skip to content

Commit 5488ab4

Browse files
committedNov 23, 2021
chore: upgrade pre-commit version
1 parent a5b11e2 commit 5488ab4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.pre-commit-config.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v3.1.0
5+
rev: v4.0.1
66
hooks:
77
- id: trailing-whitespace
8-
- id: end-of-file-fixer
98
- id: check-yaml
109
- id: check-added-large-files
1110
- id: mixed-line-ending

0 commit comments

Comments
 (0)
Please sign in to comment.