Skip to content

Instantly share code, notes, and snippets.

@jsatt
Created September 16, 2019 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsatt/a25c5ef8ae4ab5a23048482cd6986ab7 to your computer and use it in GitHub Desktop.
Save jsatt/a25c5ef8ae4ab5a23048482cd6986ab7 to your computer and use it in GitHub Desktop.
project level coc-settings.json
{
"python.pythonPath": "~/.virtualenvs/pfgym/bin/python",
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.jediEnabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment