Skip to content

Instantly share code, notes, and snippets.

@Martins6
Created April 19, 2021 15:35
Show Gist options
  • Save Martins6/31eb98db18486377e5bd36126d787c45 to your computer and use it in GitHub Desktop.
Save Martins6/31eb98db18486377e5bd36126d787c45 to your computer and use it in GitHub Desktop.
VSCode settings created by @marpontes.
{
"python.pythonPath": "path/to/python",
"python.formatting.provider": "autopep8",
"python.formatting.blackPath": "venv/bin/black",
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.formatting.autopep8Args": [
"--max-line-length",
"80",
"--experimental"
],
"editor.rulers": [80,120],
"workbench.colorCustomizations": {
"editorRuler.foreground": "#ff4081"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment