File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : ' v4.3 .0'
3
+ rev : ' v4.4 .0'
4
4
hooks :
5
5
- id : check-merge-conflict
6
6
exclude : " rst$"
7
7
- repo : https://github.com/asottile/yesqa
8
- rev : v1.3 .0
8
+ rev : v1.5 .0
9
9
hooks :
10
10
- id : yesqa
11
11
- repo : https://github.com/PyCQA/isort
12
- rev : ' 5.10.1 '
12
+ rev : ' 5.12.0 '
13
13
hooks :
14
14
- id : isort
15
15
- repo : https://github.com/psf/black
16
- rev : ' 22.3 .0'
16
+ rev : ' 23.7 .0'
17
17
hooks :
18
18
- id : black
19
19
language_version : python3 # Should be a command that runs python3.6+
20
20
- repo : https://github.com/pre-commit/pre-commit-hooks
21
- rev : ' v4.3 .0'
21
+ rev : ' v4.4 .0'
22
22
hooks :
23
23
- id : check-case-conflict
24
24
- id : check-json
@@ -35,17 +35,17 @@ repos:
35
35
- id : debug-statements
36
36
# Another entry is required to apply file-contents-sorter to another file
37
37
- repo : https://github.com/pre-commit/pre-commit-hooks
38
- rev : ' v4.3 .0'
38
+ rev : ' v4.4 .0'
39
39
hooks :
40
40
- id : file-contents-sorter
41
41
files : |
42
42
.gitignore
43
43
- repo : https://github.com/asottile/pyupgrade
44
- rev : ' v2.34.0 '
44
+ rev : ' v3.10.1 '
45
45
hooks :
46
46
- id : pyupgrade
47
47
args : ['--py36-plus']
48
48
- repo : https://github.com/PyCQA/flake8
49
- rev : ' 4.0.1 '
49
+ rev : ' 6.1.0 '
50
50
hooks :
51
51
- id : flake8
Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ async def test_timeout_time() -> None:
144
144
145
145
@pytest .mark .asyncio
146
146
async def test_outer_coro_is_not_cancelled () -> None :
147
-
148
147
has_timeout = False
149
148
150
149
async def outer () -> None :
You can’t perform that action at this time.
0 commit comments