Skip to content

Commit b101f5c

Browse files
committed
Add missing module to Ruff exclude paths
1 parent d861d4d commit b101f5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/.ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ extend-exclude = [
1515
# and tests re-use the same names as only the grammar is being checked.
1616
"test_grammar.py",
1717
# Lazy import syntax (PEP 810) is not yet supported by Ruff
18+
"test_lazy_import/__init__.py",
1819
"test_lazy_import/data/*.py",
1920
"test_lazy_import/data/**/*.py",
2021
]

0 commit comments

Comments
 (0)