Top "Pylintrc" questions

Method name doesn't conform to snake_case naming style

I’m creating a simple project with my pylintrc file and get this error for the test method: method name …

python pylint pylintrc
Pylint: Disable Unnecessary "else" after "return" (no-else-return) warning

I'm looking through my RC file and I can't for the life of me, find which one of these variables …

python pylint pylintrc
PyLint bad-whitespace Configuration

Is there a way to configure the checks for the bad-whitespace checks in PyLint? I can currently disable checking but …

python pylint pylintrc
For Pylint, is it possible to have a different pylintrc file for each Eclipse project?

I saw I can change it per Eclipse instance using this solution. I would like to set it per project. …

python pylint pylintrc
How to change the .pylintrc file that VS Code is using for linting?

We have a .pylintrc file committed to git in our project root that is used by our team which has …

visual-studio-code vscode-settings pylint pylintrc