File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
repos :
11
11
- repo : https://github.com/pre-commit/pre-commit-hooks
12
- rev : v4.4 .0
12
+ rev : v4.5 .0
13
13
hooks :
14
14
- id : end-of-file-fixer
15
15
- id : trailing-whitespace
23
23
- id : detect-private-key
24
24
25
25
- repo : https://github.com/asottile/pyupgrade
26
- rev : v3.14 .0
26
+ rev : v3.15 .0
27
27
hooks :
28
28
- id : pyupgrade
29
29
args : ["--py38-plus"]
@@ -46,14 +46,14 @@ repos:
46
46
- " --wrap-descriptions=120"
47
47
48
48
- repo : https://github.com/pre-commit/mirrors-prettier
49
- rev : v3.0.3
49
+ rev : v3.1.0
50
50
hooks :
51
51
- id : prettier
52
52
# https://prettier.io/docs/en/options.html#print-width
53
53
args : ["--print-width=120"]
54
54
55
55
- repo : https://github.com/psf/black
56
- rev : 23.9 .1
56
+ rev : 23.12 .1
57
57
hooks :
58
58
- id : black
59
59
name : Format code
73
73
- mdformat_frontmatter
74
74
75
75
- repo : https://github.com/astral-sh/ruff-pre-commit
76
- rev : v0.0.292
76
+ rev : v0.1.9
77
77
hooks :
78
78
- id : ruff
79
79
args : ["--fix"]
You can’t perform that action at this time.
0 commit comments