Skip to content

Conversation

@cakebaker
Copy link
Contributor

@cakebaker cakebaker commented Jan 30, 2026

This PR fixes the following issue shown by the linter (see https://github.com/uutils/coreutils-tracking/actions/runs/21522125807/job/62015936175?pr=37#step:5:12):

F541 [*] f-string without any placeholders
   --> graph.py:120:11
    |
119 | # Create text box
120 | textstr = f"Latest Results:\n"
    |           ^^^^^^^^^^^^^^^^^^^^
121 | textstr += f"Pass: {pass_pct:.1f}%\n"
122 | textstr += f"Fail: {fail_pct:.1f}%\n"
    |
help: Remove extraneous `f` prefix

Update: the PR also formats graph.py.

@cakebaker cakebaker requested a review from sylvestre February 3, 2026 06:01
@sylvestre sylvestre merged commit 634341b into uutils:main Feb 3, 2026
2 checks passed
@cakebaker cakebaker deleted the graph_py_remove_extraneous_f_prefix branch February 3, 2026 08:05
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