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 971d395 commit 0c019fdCopy full SHA for 0c019fd
Lib/test/.ruff.toml
@@ -13,6 +13,9 @@ extend-exclude = [
13
# New grammar constructions may not yet be recognized by Ruff,
14
# and tests re-use the same names as only the grammar is being checked.
15
"test_grammar.py",
16
+ # Lazy import syntax (PEP 810) not yet supported by Ruff
17
+ "test_import/data/lazy_imports/*.py",
18
+ "test_import/data/lazy_imports/**/*.py",
19
]
20
21
[per-file-target-version]
0 commit comments