Skip to content

Instantly share code, notes, and snippets.

@ryokamoi
Created October 7, 2021 13:29
Show Gist options
  • Save ryokamoi/3bdffa21893e4ed99f604df169aa8dd5 to your computer and use it in GitHub Desktop.
Save ryokamoi/3bdffa21893e4ed99f604df169aa8dd5 to your computer and use it in GitHub Desktop.
.vscode for python
{
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": ["--max-line-length", "119", "--ignore", "W293,E226,E231,E252,E303", "--per-file-ignores", "*__init__.py:W292,F401,F403"],
"python.linting.mypyEnabled": true,
"python.pythonPath": "/Users/kamoirk/.pyenv/versions/3.8.6/bin/python",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment