Skip to content

Instantly share code, notes, and snippets.

@antoinedelia
Last active August 16, 2021 09:51
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 antoinedelia/e3a7eaa086c2a725bfe161b284c57ced to your computer and use it in GitHub Desktop.
Save antoinedelia/e3a7eaa086c2a725bfe161b284c57ced to your computer and use it in GitHub Desktop.
Settings for Python VsCode
{
"python.pythonPath": "/Users/antoine.delia/.pyenv/versions/3.9.0/bin/python",
"python.formatting.autopep8Args": ["--max-line-length", "100"],
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.linting.flake8Args": [
"--max-line-length", "200"
],
"autoDocstring.docstringFormat": "sphinx",
"autoDocstring.guessTypes": true,
"markdown.extension.toc.updateOnSave": false,
"carbon.theme": "cobalt",
"python.analysis.extraPaths": ["./business-facing"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment