File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
exclude : ^(api_protobuf/.*|docs/protobuf_docs\.md|dhaul_openapi/messages/.*)$
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.5 .0
6
+ rev : v4.6 .0
7
7
hooks :
8
8
- id : check-yaml
9
9
- id : end-of-file-fixer
16
16
- id : check-merge-conflict
17
17
- id : check-added-large-files
18
18
- repo : https://github.com/psf/black
19
- rev : 23.12.1
19
+ rev : 24.4.2
20
20
hooks :
21
21
- id : black
22
22
args : [--config=pyproject.toml]
25
25
hooks :
26
26
- id : isort
27
27
- repo : https://github.com/pre-commit/mirrors-mypy
28
- rev : " v1.8 .0"
28
+ rev : " v1.10 .0"
29
29
hooks :
30
30
- id : mypy
31
31
- repo : https://github.com/PyCQA/docformatter
@@ -36,11 +36,11 @@ repos:
36
36
- --in-place
37
37
- --config=pyproject.toml
38
38
- repo : https://github.com/PyCQA/autoflake
39
- rev : v2.2 .1
39
+ rev : v2.3 .1
40
40
hooks :
41
41
- id : autoflake
42
42
- repo : https://github.com/pycqa/flake8
43
- rev : 6.1 .0
43
+ rev : 7.0 .0
44
44
hooks :
45
45
- id : flake8
46
46
entry : pflake8
@@ -53,11 +53,11 @@ repos:
53
53
args : ["-t=3.9-", "--violations"]
54
54
# (if your target is specified in a Vermin config, you may omit the 'args' entry entirely)
55
55
- repo : https://github.com/adrienverge/yamllint.git
56
- rev : v1.33.0
56
+ rev : v1.35.1
57
57
hooks :
58
58
- id : yamllint
59
59
- repo : https://github.com/igorshubovych/markdownlint-cli
60
- rev : v0.38 .0
60
+ rev : v0.41 .0
61
61
hooks :
62
62
- id : markdownlint-fix
63
63
- id : markdownlint
You can’t perform that action at this time.
0 commit comments