We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8188e34 commit a2f7118Copy full SHA for a2f7118
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.2.0
+ rev: v5.0.0
7
hooks:
8
- id: check-added-large-files
9
- id: check-case-conflict
@@ -17,7 +17,7 @@ repos:
17
- id: mixed-line-ending
18
- id: trailing-whitespace
19
- repo: https://github.com/pre-commit/mirrors-prettier
20
- rev: v2.6.2
+ rev: v4.0.0-alpha.8
21
22
- id: prettier
23
files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml)$
0 commit comments