hhatto / autopep8

A tool that automatically formats Python code to conform to the PEP 8 style guide.
https://pypi.org/project/autopep8/
MIT License
4.54k stars 291 forks source link

Avoid lib2to3 (second challenge) #739

Closed hhatto closed 3 months ago

hhatto commented 3 months ago

for #581

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 98.01%. Comparing base (b0f2793) to head (bc21480).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #739 +/- ## ========================================== + Coverage 97.83% 98.01% +0.17% ========================================== Files 1 1 Lines 2403 2413 +10 ========================================== + Hits 2351 2365 +14 + Misses 52 48 -4 ```

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