Skip to content

Commit b45e3da

Browse files
[pre-commit.ci] pre-commit autoupdate (#319)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/yesqa: v1.3.0 → v1.5.0](asottile/yesqa@v1.3.0...v1.5.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.3.0 → 23.7.0](psf/black@22.3.0...23.7.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/pyupgrade: v2.34.0 → v3.10.1](asottile/pyupgrade@v2.34.0...v3.10.1) - [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 327e9c4 commit b45e3da

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: 'v4.3.0'
3+
rev: 'v4.4.0'
44
hooks:
55
- id: check-merge-conflict
66
exclude: "rst$"
77
- repo: https://github.com/asottile/yesqa
8-
rev: v1.3.0
8+
rev: v1.5.0
99
hooks:
1010
- id: yesqa
1111
- repo: https://github.com/PyCQA/isort
12-
rev: '5.10.1'
12+
rev: '5.12.0'
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black
16-
rev: '22.3.0'
16+
rev: '23.7.0'
1717
hooks:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: 'v4.3.0'
21+
rev: 'v4.4.0'
2222
hooks:
2323
- id: check-case-conflict
2424
- id: check-json
@@ -35,17 +35,17 @@ repos:
3535
- id: debug-statements
3636
# Another entry is required to apply file-contents-sorter to another file
3737
- repo: https://github.com/pre-commit/pre-commit-hooks
38-
rev: 'v4.3.0'
38+
rev: 'v4.4.0'
3939
hooks:
4040
- id: file-contents-sorter
4141
files: |
4242
.gitignore
4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: 'v2.34.0'
44+
rev: 'v3.10.1'
4545
hooks:
4646
- id: pyupgrade
4747
args: ['--py36-plus']
4848
- repo: https://github.com/PyCQA/flake8
49-
rev: '4.0.1'
49+
rev: '6.1.0'
5050
hooks:
5151
- id: flake8

tests/test_timeout.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ async def test_timeout_time() -> None:
144144

145145
@pytest.mark.asyncio
146146
async def test_outer_coro_is_not_cancelled() -> None:
147-
148147
has_timeout = False
149148

150149
async def outer() -> None:

0 commit comments

Comments
 (0)