evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.05k stars 120 forks source link

Check for f-strings without expressions #773

Closed evhub closed 1 year ago

evhub commented 1 year ago

Should raise an error on strict and a warning otherwise.

evhub commented 1 year ago

Note that there are legitimate use cases where it might be nicer to just put f in front of all your strings even when only some of them actually have expressions.