We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f58e79 commit 561b91aCopy full SHA for 561b91a
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.2.0
+ rev: v4.4.0
8
hooks:
9
- id: check-json
10
- id: pretty-format-json
@@ -14,13 +14,13 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/pre-commit/mirrors-prettier
17
- rev: v2.6.2
+ rev: v3.0.0-alpha.4
18
19
- id: prettier
20
files: \.(js|ts|jsx|tsx|css|less|html|markdown|md|yaml|yml)$
21
22
- repo: https://github.com/psf/black
23
- rev: 22.6.0
+ rev: 22.12.0
24
25
- id: black
26
args:
0 commit comments