Skip to content

Commit 1b240ab

Browse files
committed
docs(style[shell]): Split long commands with line continuations
why: Apply the line-splitting rule from Shell Command Formatting guidelines what: - Split ruff check compound command in CHANGES
1 parent e61436a commit 1b240ab

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGES

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,10 @@ _Maintenance only, no bug fixes, or new features_
394394
via ruff v0.3.4, all automated lint fixes, including unsafe and previews were applied:
395395

396396
```console
397-
$ ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .
397+
$ ruff check --select ALL . \
398+
--fix --unsafe-fixes \
399+
--preview --show-fixes; \
400+
ruff format .
398401
```
399402

400403
Branches were treated with:

0 commit comments

Comments
 (0)