Skip to content

Commit 90662f7

Browse files
committed
Adjust spacing and formatting
1 parent 53b4643 commit 90662f7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/cli/build/test_build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,8 @@ def initialize(self, version, build_data):
11291129
)
11301130

11311131

1132+
1133+
11321134
def test_no_hooks_env_var(hatch, temp_dir, helpers):
11331135
project_name = "My.App"
11341136

tests/cli/env/test_show.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def test_context_formatting(hatch, helpers, temp_dir, config_file):
455455
+---------+---------+------------+-------------------------+
456456
| Name | Type | Envs | Dependencies |
457457
+=========+=========+============+=========================+
458-
| default | virtual | py39-9000 | foo @ {root:uri}/../foo |
458+
| default | virtual | py39-9000 | foo @ {root:uri}/../foo |
459459
| | | py39-3.14 | |
460460
| | | py310-9000 | |
461461
| | | py310-3.14 | |
@@ -464,6 +464,7 @@ def test_context_formatting(hatch, helpers, temp_dir, config_file):
464464
)
465465

466466

467+
467468
def test_plugin_dependencies_unmet(hatch, helpers, temp_dir, config_file, mock_plugin_installation):
468469
config_file.model.template.plugins["default"]["tests"] = False
469470
config_file.save()

0 commit comments

Comments
 (0)