Skip to content

Commit a2f7118

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.2.0...v5.0.0) - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.6.2...v4.0.0-alpha.8)
1 parent 8188e34 commit a2f7118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.2.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -17,7 +17,7 @@ repos:
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
1919
- repo: https://github.com/pre-commit/mirrors-prettier
20-
rev: v2.6.2
20+
rev: v4.0.0-alpha.8
2121
hooks:
2222
- id: prettier
2323
files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml)$

0 commit comments

Comments
 (0)