VSCode: Disabling “pylint”

By PNC No comments

To remove or disable “pylint” in VS Code, here is how you do it…

  1. Go to File
  2. Go to Preference
  3. Go to Settings
  4. At the “Settings” search field, copy/paste this value “python.linting.pylintEnabled“.Pinoy Newbie Coder
  5. Uncheck “Whether to lint Python files using pylint“.

And that is how you disable it.  If you’re bothered by how pylint police your code then you have an option to disable or enable it.