File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
- id : check-yaml
38
38
- id : debug-statements
39
39
- repo : https://github.com/PyCQA/flake8
40
- rev : 7.1.1
40
+ rev : 7.1.2
41
41
hooks :
42
42
- id : flake8
43
43
language_version : python3
46
46
hooks :
47
47
- id : python-use-type-annotations
48
48
- repo : https://github.com/python-jsonschema/check-jsonschema
49
- rev : 0.31.0
49
+ rev : 0.31.1
50
50
hooks :
51
51
- id : check-github-actions
52
52
- id : check-github-workflows
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ def test_login(aiohttp_client):
153
153
154
154
@pytest_asyncio .fixture
155
155
async def aiohttp_client (
156
- aiohttp_client_cls : Type [TestClient [Any , Any ]]
156
+ aiohttp_client_cls : Type [TestClient [Any , Any ]],
157
157
) -> Iterator [AiohttpClient ]:
158
158
"""Factory to create a TestClient instance.
159
159
You can’t perform that action at this time.
0 commit comments