Commit 3ea7f91
committed
style(tools): use triple-quoted DESCRIPTION strings in the renamed tools
The previous commit introduced the new DESCRIPTION values in
build-basket and basket-remove-uuids as tuple string
concatenation across multiple lines. The project convention, per
CONTRIBUTING.md and the example plugin, is a triple-quoted
string for DESCRIPTION (and all other triple-quoted strings like
docstrings, so `"""..."""` is the single recognisable shape).
Rewrite both DESCRIPTION strings accordingly. Functionally
identical; ruff / bandit / vulture stay clean.1 parent 8528a6e commit 3ea7f91
2 files changed
Lines changed: 8 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
31 | 28 | | |
32 | 29 | | |
33 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| |||
0 commit comments