Closed sondrelg closed 4 years ago
Hi,
As documented in README, this error code can produce false positives. It is a simple check and is not designed to be intelligent. Feel free to submit a PR if you want to improve the check.
For your use case, please either use noqa
on the line or disable the check. The check is disabled by default.
Hi,
I have a regex pattern that triggers the
FS003 f-string missing prefix
error, despite it not being an f-string:Not sure this is something you want to correct :)