File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 14
14
15
15
repos :
16
16
- repo : https://github.com/pre-commit/pre-commit-hooks
17
- rev : v4.4 .0
17
+ rev : v5.0 .0
18
18
hooks :
19
19
- id : check-ast
20
20
- id : check-byte-order-marker
@@ -29,43 +29,43 @@ repos:
29
29
- id : trailing-whitespace
30
30
- id : mixed-line-ending
31
31
- repo : https://github.com/asottile/pyupgrade
32
- rev : v3.3.1
32
+ rev : v3.19.0
33
33
hooks :
34
34
- id : pyupgrade
35
35
args : [--py36-plus]
36
36
- repo : https://github.com/PyCQA/docformatter
37
- rev : v1.5.1
37
+ rev : v1.7.5
38
38
hooks :
39
39
- id : docformatter
40
40
args : [--in-place, --wrap-summaries=115, --wrap-descriptions=120]
41
41
- repo : https://github.com/PyCQA/isort
42
- rev : 5.12.0
42
+ rev : 5.13.2
43
43
hooks :
44
44
- id : isort
45
45
name : Format imports
46
46
- repo : https://github.com/pycqa/flake8
47
- rev : 6.0.0
47
+ rev : 7.1.1
48
48
hooks :
49
49
- id : flake8
50
50
- repo : https://github.com/psf/black
51
- rev : 23.3 .0
51
+ rev : 24.10 .0
52
52
hooks :
53
53
- id : black
54
54
name : Format code
55
55
- repo : https://github.com/asottile/blacken-docs
56
- rev : 1.13.0
56
+ rev : 1.19.1
57
57
hooks :
58
58
- id : blacken-docs
59
59
args : [--line-length=120]
60
60
- repo : https://github.com/executablebooks/mdformat
61
- rev : 0.7.16
61
+ rev : 0.7.19
62
62
hooks :
63
63
- id : mdformat
64
64
additional_dependencies :
65
65
- mdformat-gfm
66
66
- mdformat_frontmatter
67
67
exclude : CHANGELOG.md
68
68
- repo : https://github.com/yoheimuta/protolint
69
- rev : v0.42.2
69
+ rev : v0.51.0
70
70
hooks :
71
71
- id : protolint
You can’t perform that action at this time.
0 commit comments