Hacker News new | ask | show | jobs
by malcolmgreaves 1506 days ago
You can also use flake8 to find this, and even more, errors in Python code.
1 comments

flake8 does not currently support this check, as they are concerned about the false positives from "what if the string it later used in .format(...)"

However, Code Review Doctor is more of a "this MIGHT be a problem. have you considered..." rather than "it wrong"