You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to raise a violation when we see a string definition like 'my name is: %s'
We don't care that it is not used yet. It is a sign that wrong formatting will be used.
Reasoning
Since we are removing flake8-pep3101 we are free to improve this field of our checks.
Related #1173
The text was updated successfully, but these errors were encountered:
Rule request
Thesis
We need to raise a violation when we see a string definition like
'my name is: %s'
We don't care that it is not used yet. It is a sign that wrong formatting will be used.
Reasoning
Since we are removing
flake8-pep3101
we are free to improve this field of our checks.Related #1173
The text was updated successfully, but these errors were encountered: