From b52cc051021db6d2087ad826cb1a8bcc5162c642 Mon Sep 17 00:00:00 2001 From: Aria Desires Date: Mon, 1 Dec 2025 20:13:30 -0500 Subject: [PATCH] fixup --- .../resources/mdtest/import/workspaces.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/crates/ty_python_semantic/resources/mdtest/import/workspaces.md b/crates/ty_python_semantic/resources/mdtest/import/workspaces.md index 95716e13df..430860a562 100644 --- a/crates/ty_python_semantic/resources/mdtest/import/workspaces.md +++ b/crates/ty_python_semantic/resources/mdtest/import/workspaces.md @@ -195,7 +195,7 @@ x: int = 1 `aproj/pyproject.toml`: -```ignore +```text name = "a" version = "0.1.0" ``` @@ -228,7 +228,7 @@ x: str = "2" `bproj/pyproject.toml`: -```ignore +```text name = "a" version = "0.1.0" ``` @@ -278,7 +278,7 @@ x: int = 1 `a/pyproject.toml`: -```ignore +```text name = "a" version = "0.1.0" ``` @@ -316,7 +316,7 @@ x: str = "2" `b/pyproject.toml`: -```ignore +```text name = "a" version = "0.1.0" ``` @@ -369,7 +369,7 @@ x: int = 1 `a/pyproject.toml`: -```ignore +```text name = "a" version = "0.1.0" ``` @@ -412,7 +412,7 @@ x: str = "2" `b/pyproject.toml`: -```ignore +```text name = "a" version = "0.1.0" ``` @@ -456,7 +456,7 @@ x: int = 1 `a/pyproject.toml`: -```ignore +```text name = "a" version = "0.1.0" ``` @@ -495,7 +495,7 @@ x: str = "2" `b/pyproject.toml`: -```ignore +```text name = "a" version = "0.1.0" ``` @@ -543,7 +543,7 @@ x: int = 1 `a/pyproject.toml`: -```ignore +```text name = "a" version = "0.1.0" ``` @@ -587,7 +587,7 @@ x: str = "2" `b/pyproject.toml`: -```ignore +```text name = "a" version = "0.1.0" ``` @@ -626,7 +626,7 @@ x: int = 1 `a/pyproject.toml`: -```ignore +```text name = "a" version = "0.1.0" ``` @@ -654,7 +654,7 @@ x: str = "2" `b/pyproject.toml`: -```ignore +```text name = "a" version = "0.1.0" ```