Skip to content

Commit 7b16f57

Browse files
committed
Fix ruff
1 parent 9c9fc4b commit 7b16f57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hatch/cli/shell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def shell(app: Application, env_name: str | None, name: str, path: str): # no c
4545

4646
with app.project.ensure_cwd():
4747
environment = app.project.get_environment(chosen_env)
48-
app.project.prepare_environment(environment, keep_env=bool(os.environ.get(AppEnvVars.KEEP_ENV)))
48+
app.project.prepare_environment(environment, keep_env=bool(os.environ.get(AppEnvVars.KEEP_ENV)))
4949

5050
first_run_indicator = app.cache_dir / "shell" / "first_run"
5151
if not first_run_indicator.is_file():

0 commit comments

Comments
 (0)