File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,25 +18,25 @@ repos:
18
18
- id : mixed-line-ending
19
19
- id : trailing-whitespace
20
20
21
+ - repo : https://github.com/pre-commit/mirrors-prettier
22
+ rev : v2.7.1
23
+ hooks :
24
+ - id : prettier
25
+ files : \.(css|md|yml|yaml)
26
+ args : [--prose-wrap=preserve]
27
+
21
28
- repo : https://github.com/psf/black
22
29
rev : 23.3.0
23
30
hooks :
24
31
- id : black
25
32
26
33
- repo : https://github.com/asottile/blacken-docs
27
- rev : v1.12.1
34
+ rev : 1.15.0
28
35
hooks :
29
36
- id : blacken-docs
30
37
31
- - repo : https://github.com/pre-commit/mirrors-prettier
32
- rev : v2.7.1
33
- hooks :
34
- - id : prettier
35
- files : \.(css|md|yml|yaml)
36
- args : [--prose-wrap=preserve]
37
-
38
38
- repo : https://github.com/asottile/pyupgrade
39
- rev : v3.4 .0
39
+ rev : v3.9 .0
40
40
hooks :
41
41
- id : pyupgrade
42
42
args : [--py38-plus]
You can’t perform that action at this time.
0 commit comments