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

Missing f prefix on f-strings #607

Open
code-review-doctor opened this issue Apr 23, 2022 · 0 comments · May be fixed by #608
Open

Missing f prefix on f-strings #607

code-review-doctor opened this issue Apr 23, 2022 · 0 comments · May be fixed by #608

Comments

@code-review-doctor
Copy link

Some strings looks like they're meant to be f-strings but are missing the f prefix meaning variable interpolation won't happen.

"merge policy. Got `{base}`."

"merge policy. Got `{override}`."

raise ValueError("No file at `{path}`")

I found this issue automatically. I'm a bot. Beep Boop 🦊. See other issues I found in your repo here

@code-review-doctor code-review-doctor linked a pull request Apr 24, 2022 that will close this issue
@tinin1994 tinin1994 assigned tinin1994 and unassigned tinin1994 Mar 29, 2024
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 a pull request may close this issue.

2 participants