Skip to content

Commit 38bf1bd

Browse files
committed
update snapshots
1 parent d9e144e commit 38bf1bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/ruff/tests/lint.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -2123,7 +2123,7 @@ requires-python = ">= 3.11"
21232123
----- stderr -----
21242124
[ruff::resolve][DEBUG] Using Ruff default settings
21252125
[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`
21272127
"###);
21282128
});
21292129
Ok(())
@@ -2182,7 +2182,7 @@ from typing import Union;foo: Union[int, str] = 1
21822182
[ruff::resolve][DEBUG] Using configuration file (via parent) at: [TMP]/ruff.toml
21832183
[ruff_workspace::pyproject][DEBUG] No `target-version` found in `ruff.toml`
21842184
[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`
21862186
[ruff::diagnostics][DEBUG] Checking: [TMP]/test.py
21872187
"###);
21882188
});
@@ -2247,7 +2247,7 @@ from typing import Union;foo: Union[int, str] = 1
22472247
----- stderr -----
22482248
[ruff::resolve][DEBUG] Using Ruff default settings
22492249
[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`
22512251
[ruff::diagnostics][DEBUG] Checking: [TMP]/foo/test.py
22522252
"###);
22532253
});

0 commit comments

Comments
 (0)