Extend the rules for f-strings to t-strings
rule request
# Rule request
Extend the rules for f-strings to t-strings
## Thesis & Reasoning
t-strings are pretty close to f-strings, so the same rules should be applied to them.
## Caution
This is only applicable for python >=3.14
2 条评论