I have the following Python code:
function = \"Developer\" module = \"something\" print(function + \" on \" + module)
With PyCharm 2017, I
Per PY-8672, since March 2014 there is an ability to ignore certain names with this inspection. Open Settings, search "Shadowing built-ins", click on the inspection name, and use the Options section to add names the inspection should whitelist.