remcohaszing / pywakeonlan

A small python module for wake on lan.
https://pywakeonlan.readthedocs.io
MIT License
281 stars 68 forks source link

Replace black and flake8 with ruff #35

Closed remcohaszing closed 6 months ago

remcohaszing commented 6 months ago

It’s simpler to use and has fewer dependencies.

codecov[bot] commented 6 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (cb32b15) 97.72% compared to head (327d3e3) 97.67%.

Files Patch % Lines
wakeonlan/__init__.py 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #35 +/- ## ========================================== - Coverage 97.72% 97.67% -0.06% ========================================== Files 1 1 Lines 44 43 -1 Branches 14 14 ========================================== - Hits 43 42 -1 Misses 1 1 ```

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