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.
1 parent 7fa84df commit d861d4dCopy full SHA for d861d4d
1 file changed
Lib/test/.ruff.toml
@@ -15,8 +15,8 @@ extend-exclude = [
15
# and tests re-use the same names as only the grammar is being checked.
16
"test_grammar.py",
17
# Lazy import syntax (PEP 810) is not yet supported by Ruff
18
- "test_import/data/lazy_imports/*.py",
19
- "test_import/data/lazy_imports/**/*.py",
+ "test_lazy_import/data/*.py",
+ "test_lazy_import/data/**/*.py",
20
]
21
22
[lint]
0 commit comments