We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f58e79 commit f0e86e1Copy full SHA for f0e86e1
.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: v5.0.0
8
hooks:
9
- id: check-json
10
- id: pretty-format-json
@@ -14,20 +14,20 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/pre-commit/mirrors-prettier
17
- rev: v2.6.2
+ rev: v4.0.0-alpha.8
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: 24.10.0
24
25
- id: black
26
args:
27
- --line-length=79
28
29
- repo: https://github.com/pycqa/isort
30
- rev: 5.10.1
+ rev: 5.13.2
31
32
- id: isort
33
0 commit comments