-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
pluginImplementing a known but unsupported pluginImplementing a known but unsupported pluginquestionAsking for support or clarificationAsking for support or clarification
Description
https://github.com/MichaelKim0407/flake8-use-fstring
-
FS001:%formatting is used. -
FS002:.formatformatting is used. -
FS003: f-string missing prefix (ignored by default).
Config options:
--percent-greedy, --format-greedy
-
Level 0 (default): only report error if the value before
%or.formatis a string literal. -
Level 1: report error if a string literal appears before
%or.formatanywhere in the statement. -
Level 2: report any usage of
%or.format.
Metadata
Metadata
Assignees
Labels
pluginImplementing a known but unsupported pluginImplementing a known but unsupported pluginquestionAsking for support or clarificationAsking for support or clarification