aiortc / aioquic

QUIC and HTTP/3 implementation in Python
BSD 3-Clause "New" or "Revised" License
1.6k stars 229 forks source link

Reformat code using latest `ruff` version #478

Closed jlaine closed 4 months ago

jlaine commented 4 months ago

The 'pragma: no cover' comments for the abstract methods are no longer required. Also fix the ruff configuration to silence a warning.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (e728bc2) to head (2758d01).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #478 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 25 25 Lines 4966 4966 ========================================= Hits 4966 4966 ```

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