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

skip e501 fixed method for f-string line(s) #750

Closed hhatto closed 1 month ago

hhatto commented 1 month ago

for #744

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 75.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 97.71%. Comparing base (6878c96) to head (b4c586d).

Files Patch % Lines
autopep8.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #750 +/- ## ========================================== - Coverage 97.75% 97.71% -0.04% ========================================== Files 1 1 Lines 2448 2451 +3 ========================================== + Hits 2393 2395 +2 - Misses 55 56 +1 ```

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