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

Remove ruff warnings #511

Closed mirekdlugosz closed 5 months ago

mirekdlugosz commented 5 months ago

504 introduced a new version of ruff, which complains about our pyproject.toml and the way we invoke ruff. Our way still works, but issues warnings, and it's obvious it will stop working at some point in the future.

This PR makes changes recommended by ruff, so make lint finishes without warnings.

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 (5d72499) to head (809dbcc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #511 +/- ## ======================================= 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.