File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ repos:
13
13
args : ["--profile", "black"]
14
14
15
15
- repo : https://github.com/psf/black
16
- rev : 23.9 .1
16
+ rev : 23.10 .1
17
17
hooks :
18
18
- id : black
19
19
args : [--target-version=py36]
20
20
21
21
- repo : https://github.com/asottile/pyupgrade
22
- rev : v3.10.1
22
+ rev : v3.15.0
23
23
hooks :
24
24
- id : pyupgrade
25
25
args :
26
26
- --py36-plus
27
27
28
28
- repo : https://github.com/pre-commit/pre-commit-hooks
29
- rev : v4.4 .0
29
+ rev : v4.5 .0
30
30
hooks :
31
31
- id : trailing-whitespace
32
32
exclude : .bumpversion.cfg
@@ -63,14 +63,14 @@ repos:
63
63
]
64
64
65
65
- repo : https://github.com/pre-commit/mirrors-mypy
66
- rev : v1.5 .1
66
+ rev : v1.6 .1
67
67
hooks :
68
68
- id : mypy
69
69
# This is for checking tests/* (everything else has a stricter check
70
70
# below), but since there's no include it's run on everything
71
71
72
72
- repo : https://github.com/pre-commit/mirrors-mypy
73
- rev : v1.5 .1
73
+ rev : v1.6 .1
74
74
hooks :
75
75
- id : mypy
76
76
args : [
You can’t perform that action at this time.
0 commit comments