diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56315f9..2065cab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,24 +1,24 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.3.0' + rev: 'v4.4.0' hooks: - id: check-merge-conflict exclude: "rst$" - repo: https://github.com/asottile/yesqa - rev: v1.3.0 + rev: v1.5.0 hooks: - id: yesqa - repo: https://github.com/PyCQA/isort - rev: '5.10.1' + rev: '5.12.0' hooks: - id: isort - repo: https://github.com/psf/black - rev: '22.3.0' + rev: '23.7.0' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.3.0' + rev: 'v4.4.0' hooks: - id: check-case-conflict - id: check-json @@ -35,17 +35,17 @@ repos: - id: debug-statements # Another entry is required to apply file-contents-sorter to another file - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.3.0' + rev: 'v4.4.0' hooks: - id: file-contents-sorter files: | .gitignore - repo: https://github.com/asottile/pyupgrade - rev: 'v2.34.0' + rev: 'v3.10.1' hooks: - id: pyupgrade args: ['--py36-plus'] - repo: https://github.com/PyCQA/flake8 - rev: '4.0.1' + rev: '6.1.0' hooks: - id: flake8 diff --git a/tests/test_timeout.py b/tests/test_timeout.py index d32c5fd..1bf267b 100644 --- a/tests/test_timeout.py +++ b/tests/test_timeout.py @@ -144,7 +144,6 @@ async def test_timeout_time() -> None: @pytest.mark.asyncio async def test_outer_coro_is_not_cancelled() -> None: - has_timeout = False async def outer() -> None: