Commit d8eac5c
pyproject.toml: enforce ruff format on formatted code
Formatted files were found via:
$ diff --changed-group-format='%>' --unchanged-group-format='' <(ruff format --config "include = ['*.py','helpers/*']" --check | grep "Would reformat" | cut -d" " -f3) <(git ls-files *.py
For now, single __init__.py files and files in tests/ were omitted.
We should enforce formatting of more modules over time.
Signed-off-by: Bastian Krause <bst@pengutronix.de>1 parent fb2cfba commit d8eac5c
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
218 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
219 | 227 | | |
220 | 228 | | |
221 | 229 | | |
| |||
0 commit comments