File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ repos:
16
16
- id : debug-statements
17
17
18
18
- repo : https://github.com/adrienverge/yamllint.git
19
- rev : v1.35.1
19
+ rev : v1.37.0
20
20
hooks :
21
21
- id : yamllint
22
22
files : \.(yaml|yml)$
23
23
types : [file, yaml]
24
24
entry : yamllint --strict
25
25
- repo : https://github.com/pappasam/toml-sort
26
- rev : v0.24.1
26
+ rev : v0.24.2
27
27
hooks :
28
28
- id : toml-sort-fix
29
29
- repo : https://github.com/astral-sh/ruff-pre-commit
30
- rev : v0.7.4
30
+ rev : v0.11.2
31
31
hooks :
32
32
- id : ruff
33
33
args :
@@ -37,11 +37,11 @@ repos:
37
37
- id : ruff-format # must be after ruff
38
38
types_or : [python, pyi]
39
39
- repo : https://github.com/psf/black # must be after ruff
40
- rev : 24.10 .0
40
+ rev : 25.1 .0
41
41
hooks :
42
42
- id : black
43
43
- repo : https://github.com/pre-commit/mirrors-mypy
44
- rev : v1.13 .0
44
+ rev : v1.15 .0
45
45
hooks :
46
46
- id : mypy
47
47
# empty args needed in order to match mypy cli behavior
54
54
- py>=1.9.0
55
55
- tox>=4.23.2
56
56
- repo : https://github.com/pycqa/pylint
57
- rev : v3.3.1
57
+ rev : v3.3.6
58
58
hooks :
59
59
- id : pylint
60
60
additional_dependencies :
You can’t perform that action at this time.
0 commit comments