Created
November 4, 2018 13:16
-
-
Save RickJP/d9902f0edd9df26e24c42e873973a176 to your computer and use it in GitHub Desktop.
PYTHON_PYGAME
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#################### 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