Skip to content

Commit d861d4d

Browse files
committed
Update Ruff ignore paths
1 parent 7fa84df commit d861d4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/.ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ 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_import/data/lazy_imports/*.py",
19-
"test_import/data/lazy_imports/**/*.py",
18+
"test_lazy_import/data/*.py",
19+
"test_lazy_import/data/**/*.py",
2020
]
2121

2222
[lint]

0 commit comments

Comments
 (0)