I have an error while linting my django project with pylint. Pylint shows an error while linting my django project "C0102: Black listed name "bar" (blacklisted-name)"
It's correct that I have a function called bar, but why is this name blacklisted? I don't know of a built-in with that name.