Skip to content

Commit a54b92d

Browse files
committed
Add exclusion to Lib/test/.ruff.toml
Assuming astral-sh/ruff#16394 (comment) is still correct, there's no other way around
1 parent ea2a224 commit a54b92d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/.ruff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ extend-exclude = [
1818
"test_lazy_import/__init__.py",
1919
"test_lazy_import/data/*.py",
2020
"test_lazy_import/data/**/*.py",
21+
# Unary literal pattern is not yet supported by Ruff (GH-145239)
22+
"test_patma.py",
2123
]
2224

2325
[lint]

0 commit comments

Comments
 (0)