STYLE: Prefer using f-strings - #121
Merged
Merged
Conversation
jhlegarreta
force-pushed
the
sty/prefer-f-strings
branch
3 times, most recently
from
August 7, 2026 18:04
75603fe to
b6cf8ae
Compare
Member
|
Oh yes, see also CI failures. |
jhlegarreta
force-pushed
the
sty/prefer-f-strings
branch
6 times, most recently
from
August 10, 2026 21:03
6cc6160 to
8e1448b
Compare
Contributor
Author
|
👍- Failures are now related to the |
jhlegarreta
force-pushed
the
sty/prefer-f-strings
branch
from
August 11, 2026 07:05
8e1448b to
4a04e78
Compare
Prefer using f-strings. Documentation: https://peps.python.org/pep-0498/
jhlegarreta
force-pushed
the
sty/prefer-f-strings
branch
from
August 11, 2026 07:38
4a04e78 to
812e038
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #121 +/- ##
==========================================
+ Coverage 63.55% 63.57% +0.02%
==========================================
Files 12 12
Lines 2568 2570 +2
==========================================
+ Hits 1632 1634 +2
Misses 936 936
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Replace single-letter variable names with descriptive names.
jhlegarreta
force-pushed
the
sty/prefer-f-strings
branch
from
August 11, 2026 07:40
812e038 to
a6ff4b9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prefer using f-strings.
Documentation:
https://peps.python.org/pep-0498/