Skip to content

Commit 48a3e66

Browse files
committed
chore: update test snapshots
1 parent eda7e8b commit 48a3e66

11 files changed

+17
-7
lines changed

crates/ruff/tests/cli/snapshots/cli__lint__requires_python_extend_from_shared_config.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ info:
99
- concise
1010
- "--show-settings"
1111
- test.py
12-
snapshot_kind: text
1312
---
1413
success: true
1514
exit_code: 0
@@ -284,5 +283,6 @@ analyze.target_version = 3.10
284283
analyze.string_imports = disabled
285284
analyze.extension = ExtensionMapping({})
286285
analyze.include_dependencies = {}
286+
analyze.type_checking_imports = true
287287

288288
----- stderr -----

crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ info:
1212
- UP007
1313
- test.py
1414
- "-"
15-
snapshot_kind: text
1615
---
1716
success: true
1817
exit_code: 0
@@ -286,5 +285,6 @@ analyze.target_version = 3.11
286285
analyze.string_imports = disabled
287286
analyze.extension = ExtensionMapping({})
288287
analyze.include_dependencies = {}
288+
analyze.type_checking_imports = true
289289

290290
----- stderr -----

crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool_preview_enabled.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ info:
1313
- UP007
1414
- test.py
1515
- "-"
16-
snapshot_kind: text
1716
---
1817
success: true
1918
exit_code: 0
@@ -288,5 +287,6 @@ analyze.target_version = 3.11
288287
analyze.string_imports = disabled
289288
analyze.extension = ExtensionMapping({})
290289
analyze.include_dependencies = {}
290+
analyze.type_checking_imports = true
291291

292292
----- stderr -----

crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool_target_version_override.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ info:
1414
- py310
1515
- test.py
1616
- "-"
17-
snapshot_kind: text
1817
---
1918
success: true
2019
exit_code: 0
@@ -288,5 +287,6 @@ analyze.target_version = 3.10
288287
analyze.string_imports = disabled
289288
analyze.extension = ExtensionMapping({})
290289
analyze.include_dependencies = {}
290+
analyze.type_checking_imports = true
291291

292292
----- stderr -----

crates/ruff/tests/cli/snapshots/cli__lint__requires_python_pyproject_toml_above.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ info:
1111
- "--select"
1212
- UP007
1313
- foo/test.py
14-
snapshot_kind: text
1514
---
1615
success: true
1716
exit_code: 0
@@ -285,5 +284,6 @@ analyze.target_version = 3.11
285284
analyze.string_imports = disabled
286285
analyze.extension = ExtensionMapping({})
287286
analyze.include_dependencies = {}
287+
analyze.type_checking_imports = true
288288

289289
----- stderr -----

crates/ruff/tests/cli/snapshots/cli__lint__requires_python_pyproject_toml_above_with_tool.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ info:
1111
- "--select"
1212
- UP007
1313
- foo/test.py
14-
snapshot_kind: text
1514
---
1615
success: true
1716
exit_code: 0
@@ -285,5 +284,6 @@ analyze.target_version = 3.10
285284
analyze.string_imports = disabled
286285
analyze.extension = ExtensionMapping({})
287286
analyze.include_dependencies = {}
287+
analyze.type_checking_imports = true
288288

289289
----- stderr -----

crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_above-2.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,6 @@ analyze.target_version = 3.10
283283
analyze.string_imports = disabled
284284
analyze.extension = ExtensionMapping({})
285285
analyze.include_dependencies = {}
286+
analyze.type_checking_imports = true
286287

287288
----- stderr -----

crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_above.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,6 @@ analyze.target_version = 3.10
283283
analyze.string_imports = disabled
284284
analyze.extension = ExtensionMapping({})
285285
analyze.include_dependencies = {}
286+
analyze.type_checking_imports = true
286287

287288
----- stderr -----

crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_no_target_fallback.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ info:
99
- concise
1010
- test.py
1111
- "--show-settings"
12-
snapshot_kind: text
1312
---
1413
success: true
1514
exit_code: 0
@@ -284,5 +283,6 @@ analyze.target_version = 3.11
284283
analyze.string_imports = disabled
285284
analyze.extension = ExtensionMapping({})
286285
analyze.include_dependencies = {}
286+
analyze.type_checking_imports = true
287287

288288
----- stderr -----

crates/ruff/tests/snapshots/show_settings__display_default_settings.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,5 +396,6 @@ analyze.target_version = 3.7
396396
analyze.string_imports = disabled
397397
analyze.extension = ExtensionMapping({})
398398
analyze.include_dependencies = {}
399+
analyze.type_checking_imports = true
399400

400401
----- stderr -----

0 commit comments

Comments
 (0)