facebook / pyre-check

Performant type-checking for python.

Home Page:https://pyre-check.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `f` prefix on f-strings

code-review-doctor opened this issue · comments

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