Skip to content

Commit 0c019fd

Browse files
committed
Ruff fixes
1 parent 971d395 commit 0c019fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Lib/test/.ruff.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ extend-exclude = [
1313
# New grammar constructions may not yet be recognized by Ruff,
1414
# and tests re-use the same names as only the grammar is being checked.
1515
"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",
1619
]
1720

1821
[per-file-target-version]

0 commit comments

Comments
 (0)