Commit 2e1399b
committed
suggestion: add black-format to tox
This commit adds a `black-format` command to `tox` which allows IIB code
to be automatically formatted whenever required by running
```
tox -e black-format
```
The goal is to reduce the manual burden of formatting code.
Signed-off-by: Jonathan Gangi <[email protected]>1 parent ababfba commit 2e1399b
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
| |||
0 commit comments