File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,17 @@ repos:
30
30
- requests-toolbelt==0.9.1
31
31
files : ' gitlab/'
32
32
- repo : https://github.com/pre-commit/mirrors-mypy
33
- rev : v0.981
33
+ rev : v1.1.1
34
34
hooks :
35
35
- id : mypy
36
36
args : []
37
37
additional_dependencies :
38
- - pytest==7.1.3
39
- - responses==0.21.0
38
+ - jinja2==3.1.2
39
+ - pytest==7.2.2
40
+ - responses==0.23.1
40
41
- types-PyYAML==6.0.12
41
42
- types-requests==2.28.11.2
42
- - types-setuptools==64 .0.1
43
+ - types-setuptools==65.5 .0.1
43
44
- repo : https://github.com/pre-commit/pygrep-hooks
44
45
rev : v1.10.0
45
46
hooks :
Original file line number Diff line number Diff line change 43
43
],
44
44
"automerge" : true ,
45
45
"groupName" : " GitLab"
46
+ },
47
+ {
48
+ "matchPackageNames" : [
49
+ " pre-commit/mirrors-mypy"
50
+ ],
51
+ "matchManagers" : [
52
+ " pre-commit"
53
+ ],
54
+ "versioning" : " pep440"
46
55
}
47
56
]
48
57
}
You can’t perform that action at this time.
0 commit comments