Skip to content

style: format shell blocks with snakefmt - #69

Merged
mrvollger merged 2 commits into
mainfrom
style-shell-fmt
Aug 14, 2026
Merged

style: format shell blocks with snakefmt#69
mrvollger merged 2 commits into
mainfrom
style-shell-fmt

Conversation

@mrvollger

Copy link
Copy Markdown
Member

Part 1 of a 3-PR stack (this → #70-refactor → #68-feature).

snakefmt's shell formatting (shfmt) is active in the current pixi env and reformats every shell block — pure whitespace/reflow, no functional changes. Two pre-existing ((cat $(...) subshells are disambiguated to ( (cat ... because shfmt correctly rejects the former as ambiguous arithmetic. Also includes a one-line CI trigger fix so the stacked PRs based on this branch get checks.

🤖 Generated with Claude Code

Mitchell R. Vollger and others added 2 commits August 14, 2026 11:53
snakefmt's shell formatting (shfmt) is active in the current pixi env
and reformats every shell block. Two pre-existing '((cat $(...)'
subshells are disambiguated to '( (cat ...' because shfmt correctly
rejects the former as arithmetic. No functional changes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Stacked pull requests have a non-main base and previously got no checks.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@mrvollger
mrvollger merged commit d414597 into main Aug 14, 2026
2 checks passed
@mrvollger
mrvollger deleted the style-shell-fmt branch August 14, 2026 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant