We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6145c26 + 3bfc2da commit bb59a0fCopy full SHA for bb59a0f
2 files changed
Lib/test/.ruff.toml
@@ -18,6 +18,8 @@ extend-exclude = [
18
"test_lazy_import/__init__.py",
19
"test_lazy_import/data/*.py",
20
"test_lazy_import/data/**/*.py",
21
+ # Async yield from syntax (PEP 828) is not yet supported by Ruff
22
+ "test_async_yield_from.py",
23
]
24
25
[lint]
0 commit comments