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 3737 - id : check-yaml
3838 - id : debug-statements
3939- repo : https://github.com/PyCQA/flake8
40- rev : 7.1.1
40+ rev : 7.1.2
4141 hooks :
4242 - id : flake8
4343 language_version : python3
4646 hooks :
4747 - id : python-use-type-annotations
4848- repo : https://github.com/python-jsonschema/check-jsonschema
49- rev : 0.31.0
49+ rev : 0.31.1
5050 hooks :
5151 - id : check-github-actions
5252 - id : check-github-workflows
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ def test_login(aiohttp_client):
153153
154154@pytest_asyncio .fixture
155155async def aiohttp_client (
156- aiohttp_client_cls : Type [TestClient [Any , Any ]]
156+ aiohttp_client_cls : Type [TestClient [Any , Any ]],
157157) -> Iterator [AiohttpClient ]:
158158 """Factory to create a TestClient instance.
159159
You can’t perform that action at this time.
0 commit comments