wemake-python-styleguide
wemake-python-styleguide copied to clipboard
Forbid PEP750 – Template strings
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.