Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

✨ feature: [pep701] add f-string support and remove python3.8 #16

Merged
merged 3 commits into from
Mar 13, 2024
Merged

Conversation

zrr1999
Copy link
Collaborator

@zrr1999 zrr1999 commented Mar 13, 2024

No description provided.

@zrr1999 zrr1999 requested a review from gouzil March 13, 2024 04:40
Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.09%. Comparing base (c451510) to head (916f8c9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
- Coverage   97.10%   97.09%   -0.01%     
==========================================
  Files          14       16       +2     
  Lines         345      379      +34     
==========================================
+ Hits          335      368      +33     
- Misses         10       11       +1     
Flag Coverage Δ
Pyfuture 97.09% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Fix the handling of format_spec in the TransformFStringCommand class by asserting the correct node type and updating the string concatenation logic.
@gouzil gouzil merged commit 8cedd5c into main Mar 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants