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 @@ -16,20 +16,20 @@ repos:
16
16
- id : check-merge-conflict
17
17
- id : check-added-large-files
18
18
- repo : https://github.com/psf/black
19
- rev : 24.10 .0
19
+ rev : 25.1 .0
20
20
hooks :
21
21
- id : black
22
22
args : [--config=pyproject.toml]
23
23
- repo : https://github.com/PyCQA/isort
24
- rev : 5.13.2
24
+ rev : 6.0.1
25
25
hooks :
26
26
- id : isort
27
27
- repo : https://github.com/pre-commit/mirrors-mypy
28
- rev : " v1.13 .0"
28
+ rev : " v1.15 .0"
29
29
hooks :
30
30
- id : mypy
31
31
- repo : https://github.com/PyCQA/docformatter
32
- rev : eb1df347edd128b30cd3368dddc3aa65edcfac38
32
+ rev : v1.7.5
33
33
# TODO: Switch back to upstream docformatter
34
34
# after https://github.com/PyCQA/docformatter/issues/289 is fixed
35
35
hooks :
42
42
hooks :
43
43
- id : autoflake
44
44
- repo : https://github.com/pycqa/flake8
45
- rev : 7.1.1
45
+ rev : 7.1.2
46
46
hooks :
47
47
- id : flake8
48
48
entry : flake8
@@ -54,11 +54,11 @@ repos:
54
54
args : ["-t=3.9-", "--violations"]
55
55
# (if your target is specified in a Vermin config, you may omit the 'args' entry entirely)
56
56
- repo : https://github.com/adrienverge/yamllint.git
57
- rev : v1.35.1
57
+ rev : v1.36.2
58
58
hooks :
59
59
- id : yamllint
60
60
- repo : https://github.com/igorshubovych/markdownlint-cli
61
- rev : v0.42 .0
61
+ rev : v0.44 .0
62
62
hooks :
63
63
- id : markdownlint-fix
64
64
- id : markdownlint
You can’t perform that action at this time.
0 commit comments