You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shell blocks in rules are now formatted by shfmt by default. Existing Snakefiles may see whitespace and structure changes in their shell directives. Use --no-format-shell or format_shell = false in pyproject.toml to opt out.
Features
format shell directives using shfmt (#295) (a8d131b)
The default formatting behaviour has changed. snakefmt will now automatically reorder rule directives. Users can explicitly opt out by using the --no-sort CLI flag.
Features
enable sorting of rule directives (#277) (582a155)