quipucords / camayoc

Test automation framework that facilitates functional testing of quipucords.
https://camayoc.readthedocs.io/
GNU General Public License v3.0
5 stars 4 forks source link

Use ruff as code formatter #504

Closed ruda closed 5 months ago

ruda commented 5 months ago

Ruff version 0.4.2 supports code formatting. Let's drop black and just use ruff.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.79%. Comparing base (261a627) to head (63249b8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #504 +/- ## ======================================= Coverage 76.79% 76.79% ======================================= Files 7 7 Lines 698 698 ======================================= Hits 536 536 Misses 162 162 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mirekdlugosz commented 5 months ago

@ruda I think CI is failing here because this branch does not include commit from #507 .

Can you rebase this PR on top of latest main? Or can you vouch that this PR does not introduce any issues, and merge it?

mirekdlugosz commented 5 months ago

Since this is touching a lot of files and potentially will conflict with a number of other PRs, I'm going to merge it. I have rebased @ruda 's branch on top of main, and now Jenkins is happy.