File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2123,7 +2123,7 @@ requires-python = ">= 3.11"
2123
2123
----- stderr -----
2124
2124
[ruff::resolve][DEBUG] Using Ruff default settings
2125
2125
[ruff_workspace::pyproject][DEBUG] Detected minimum supported `requires-python` version: 3.11
2126
- [ruff::resolve][DEBUG] Deriving `target-version` from found `requires-python`
2126
+ [ruff::resolve][DEBUG] Derived `target-version` from found `requires-python`
2127
2127
"### ) ;
2128
2128
} ) ;
2129
2129
Ok ( ( ) )
@@ -2182,7 +2182,7 @@ from typing import Union;foo: Union[int, str] = 1
2182
2182
[ruff::resolve][DEBUG] Using configuration file (via parent) at: [TMP]/ruff.toml
2183
2183
[ruff_workspace::pyproject][DEBUG] No `target-version` found in `ruff.toml`
2184
2184
[ruff_workspace::pyproject][DEBUG] Detected minimum supported `requires-python` version: 3.11
2185
- [ruff_workspace::pyproject][DEBUG] Deriving `target-version` from `requires-python` in `pyproject.toml`
2185
+ [ruff_workspace::pyproject][DEBUG] Derived `target-version` from `requires-python` in `pyproject.toml`
2186
2186
[ruff::diagnostics][DEBUG] Checking: [TMP]/test.py
2187
2187
"### ) ;
2188
2188
} ) ;
@@ -2247,7 +2247,7 @@ from typing import Union;foo: Union[int, str] = 1
2247
2247
----- stderr -----
2248
2248
[ruff::resolve][DEBUG] Using Ruff default settings
2249
2249
[ruff_workspace::pyproject][DEBUG] Detected minimum supported `requires-python` version: 3.11
2250
- [ruff::resolve][DEBUG] Deriving `target-version` from found `requires-python`
2250
+ [ruff::resolve][DEBUG] Derived `target-version` from found `requires-python`
2251
2251
[ruff::diagnostics][DEBUG] Checking: [TMP]/foo/test.py
2252
2252
"### ) ;
2253
2253
} ) ;
You can’t perform that action at this time.
0 commit comments