Skip to content

Commit 753278e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 05bc49a commit 753278e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/eval_files/noqa_no_autofix.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
async def foo() -> Any: ...
99

1010

11-
async def foo_no_noqa_109(timeout): # ASYNC109: 26, "trio"
11+
async def foo_no_noqa_109(timeout): # ASYNC109: 26, "trio"
1212
...
1313

1414

15-
async def foo_noqa_102(timeout): # noqa: ASYNC109, "trio"
15+
async def foo_noqa_102(timeout): # noqa: ASYNC109, "trio"
1616
...
1717

1818

19-
async def foo_bare_noqa_109(timeout): # noqa, "trio"
19+
async def foo_bare_noqa_109(timeout): # noqa, "trio"
2020
...

0 commit comments

Comments
 (0)