WPS237 Found a too complex f
string - this may be too strict
#1921
Labels
bug
Something isn't working
Milestone
What's wrong
The following line raises WPS237
How it should be
It should not do that, as that does not seem an overly complex f-string.
It is formatting an int as a comma separated value:
f"count={count:,}"
->"count=1,234"
"count={count:,}".format(count=count)
Flake8 version and plugins
pip information
pip 21.0.1
cannot show pip freeze
OS information
macOS Catalina 10.15.7 (19H114
The text was updated successfully, but these errors were encountered: