Skip to content

Commit 8346a0c

Browse files
committed
Ignore test_async_yield_from in Ruff
1 parent b64b563 commit 8346a0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-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)