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 @@ -16,14 +16,14 @@ repos:
16
16
- id : trailing-whitespace
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.4.10
19
+ rev : v0.5.0
20
20
hooks :
21
21
- id : ruff
22
22
args : [--fix, --show-fixes]
23
23
- id : ruff-format
24
24
25
25
- repo : https://github.com/pre-commit/mirrors-mypy
26
- rev : v1.10.0
26
+ rev : v1.10.1
27
27
hooks :
28
28
- id : mypy
29
29
additional_dependencies :
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ async def test_fail_after_cancelled_before_deadline() -> None:
554
554
async def test_fail_after_scope_cancelled_before_timeout () -> None :
555
555
with fail_after (0.1 ) as scope :
556
556
scope .cancel ()
557
- time .sleep (0.11 ) # noqa: ASYNC101
557
+ time .sleep (0.11 ) # noqa: ASYNC251
558
558
await sleep (0 )
559
559
560
560
You can’t perform that action at this time.
0 commit comments