Skip to content

Commit 1639986

Browse files
committed
Fix comment (unary plus literal, not just unary literal)
1 parent a54b92d commit 1639986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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)
21+
# Unary plus literal pattern is not yet supported by Ruff (GH-145239)
2222
"test_patma.py",
2323
]
2424

0 commit comments

Comments
 (0)