Skip to content

Instantly share code, notes, and snippets.

@RickJP
Created November 4, 2018 13:16
Show Gist options
  • Save RickJP/d9902f0edd9df26e24c42e873973a176 to your computer and use it in GitHub Desktop.
Save RickJP/d9902f0edd9df26e24c42e873973a176 to your computer and use it in GitHub Desktop.
PYTHON_PYGAME
#################### LINTER GIVES ERROR FOR pg.init() ###########################
For VS CODE Open settings.json
Search for python.linting.mypyArgs
ADD THIS:
"python.linting.pylintArgs": [
"----extension-pkg-whitelist=1xml"
]
############################################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment