Skip to content

Commit bb59a0f

Browse files
Merge pull request #8 from johnslavik/hyperawait-secret-conspiracy-tests
2 parents 6145c26 + 3bfc2da commit bb59a0f

File tree

2 files changed

+1647
-0
lines changed

2 files changed

+1647
-0
lines changed

Lib/test/.ruff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ extend-exclude = [
1818
"test_lazy_import/__init__.py",
1919
"test_lazy_import/data/*.py",
2020
"test_lazy_import/data/**/*.py",
21+
# Async yield from syntax (PEP 828) is not yet supported by Ruff
22+
"test_async_yield_from.py",
2123
]
2224

2325
[lint]

0 commit comments

Comments
 (0)