wemake-python-styleguide icon indicating copy to clipboard operation
wemake-python-styleguide copied to clipboard

Forbid PEP750 – Template strings

Open sobolevn opened this issue 6 months ago • 2 comments

Rule request

Thesis

We need to forbid using https://peps.python.org/pep-0750/ which will be implemented in 3.14 / 3.15

Reasoning

It is like f strings, but even more complex. We did not allow f strings for many years. And will not allow this code as well.

sobolevn avatar Apr 10 '25 22:04 sobolevn