File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,14 @@ repos:
17
17
- id : check-added-large-files
18
18
19
19
- repo : https://github.com/psf/black
20
- rev : e026c93888f91a47a9c9f4e029f3eb07d96375e6 # frozen: 24.1.1
20
+ rev : 6fdf8a4af28071ed1d079c01122b34c5d587207a # frozen: 24.2.0
21
21
hooks :
22
22
- id : black
23
23
24
24
- repo : https://github.com/pre-commit/mirrors-prettier
25
- rev : f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
25
+ rev : ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
26
26
hooks :
27
27
- id : prettier
28
- entry : env PRETTIER_LEGACY_CLI=1 prettier # temporary fix for https://github.com/prettier/prettier/issues/15742
29
28
files : \.(html|md|yml|yaml)
30
29
args : [--prose-wrap=preserve]
31
30
35
34
- id : blacken-docs
36
35
37
36
- repo : https://github.com/asottile/pyupgrade
38
- rev : 1bbebc88c6925a4e56fd5446b830b12c38c1c24a # frozen: v3.15.0
37
+ rev : df17dfa3911b81b4a27190b0eea5b1debc7ffa0a # frozen: v3.15.1
39
38
hooks :
40
39
- id : pyupgrade
41
40
args : [--py38-plus]
@@ -49,10 +48,7 @@ repos:
49
48
files : " pyproject.toml|requirements/.*\\ .txt|tools/generate_requirements.py"
50
49
51
50
ci :
52
- # This ensures that pr's aren't autofixed by the bot, rather you call
53
- # the bot to make the fix
54
51
autofix_prs : false
55
52
autofix_commit_msg : |
56
53
'[pre-commit.ci 🤖] Apply code format tools to PR'
57
- # Update hook versions every month (so we don't get hit with weekly update pr's)
58
- autoupdate_schedule : monthly
54
+ autoupdate_schedule : quarterly
You can’t perform that action at this time.
0 commit comments