run ruff format on some files#1823
Conversation
This is the result of running ruff format on all files currently not touched by any open PR. Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1823 +/- ##
======================================
Coverage 45.2% 45.2%
======================================
Files 174 174
Lines 13752 13752
======================================
Hits 6224 6224
Misses 7528 7528
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
I think that additionally those files/directories should be added to |
|
I thought about that, too. Having almost half of our python files in the list seemed excessive. I'd prefer to add whole directories when they are clean. Nevertheless, merging this now (and doing similar PRs in the future) should get us much closer to being "ruff clean" with little distuption. |
This is the result of running ruff format on all files currently not touched by any open PR.