Skip to content

Commit

Permalink
Don't hide what's running for the fmt command
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed May 25, 2024
1 parent c786b06 commit 0f71c44
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 65 deletions.
4 changes: 4 additions & 0 deletions docs/history/hatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- The `run`/`env run` and `test` commands now treat inclusion variable options as an intersection rather than a union to allow for specific targeting of environments

***Fixed:***

- The `fmt` command no longer hides the commands that are being executed

## [1.11.1](https://github.com/pypa/hatch/releases/tag/hatch-v1.11.1) - 2024-05-23 ## {: #hatch-v1.11.1 }

***Added:***
Expand Down
1 change: 0 additions & 1 deletion src/hatch/cli/fmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def fmt(
for script in scripts:
context.add_shell_command(f'{script} {formatted_args}')

context.hide_commands = True
context.env_vars['HATCH_FMT_ARGS'] = internal_args

if not sa_env.config_path or sync:
Expand Down
Loading

0 comments on commit 0f71c44

Please sign in to comment.