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

Fix e501 experimental fstring case in Python3.12+ #747

Closed hhatto closed 1 month ago

hhatto commented 1 month ago

Fixes #745

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 97.81%. Comparing base (afd79c2) to head (6f5f04d).

Files Patch % Lines
autopep8.py 75.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #747 +/- ## ========================================== - Coverage 98.01% 97.81% -0.20% ========================================== Files 1 1 Lines 2414 2431 +17 ========================================== + Hits 2366 2378 +12 - Misses 48 53 +5 ```

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