Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Merged
merged 6 commits into from
May 28, 2024

Conversation

hhatto
Copy link
Owner

@hhatto hhatto commented May 28, 2024

Fixes #745

@hhatto hhatto self-assigned this May 28, 2024
@hhatto hhatto changed the title Fix e501 experimental fstring Fix e501 experimental fstring case May 28, 2024
Copy link

codecov bot commented May 28, 2024

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 ⚠️
Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hhatto hhatto changed the title Fix e501 experimental fstring case Fix e501 experimental fstring case in Python3.12+ May 28, 2024
@hhatto hhatto merged commit 7316aac into main May 28, 2024
8 of 10 checks passed
@hhatto hhatto deleted the fix-e501-experimental-fstring branch May 28, 2024 14:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--experimental --max-line-length does not work on Python 3.12 with f-strings inside of a dict
1 participant