File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/asottile/pyupgrade
7
- rev : v3.14 .0
7
+ rev : v3.15 .0
8
8
hooks :
9
9
- id : pyupgrade
10
10
- repo : https://github.com/psf/black
16
16
hooks :
17
17
- id : prettier
18
18
- repo : https://github.com/pre-commit/pre-commit-hooks
19
- rev : v4.4 .0
19
+ rev : v4.5 .0
20
20
hooks :
21
21
- id : check-added-large-files
22
22
- id : check-ast
@@ -44,14 +44,14 @@ repos:
44
44
- id : isort
45
45
args : [--profile, black]
46
46
- repo : https://github.com/pre-commit/mirrors-mypy
47
- rev : v1.5.1
47
+ rev : v1.6.0
48
48
hooks :
49
49
- id : mypy
50
50
args : [--show-error-codes, --ignore-missing-imports]
51
51
additional_dependencies :
52
52
[types-pkg_resources, types-requests, types-python-dateutil]
53
53
- repo : https://github.com/teemtee/tmt.git
54
- rev : 1.27.0
54
+ rev : 1.28.2
55
55
hooks :
56
56
- id : tmt-lint
57
57
# linting of the reverse-dependency tests requires internet access
You can’t perform that action at this time.
0 commit comments