Skip to content

Instantly share code, notes, and snippets.

@Gerschel
Created April 18, 2019 13:46
Show Gist options
  • Save Gerschel/40e49a219f566d67d0964c557c6823c0 to your computer and use it in GitHub Desktop.
Save Gerschel/40e49a219f566d67d0964c557c6823c0 to your computer and use it in GitHub Desktop.
VSCode pylint; recognize modules when importing
#Instead of whitelisting add this snippet to json settings in vscode
{
"python.linting.pylintArgs": ["--generate-members"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment