{
"python.pythonPath": "venv/bin/python",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.formatting.provider": "black",
"editor.formatOnPaste": false,
"python.linting.flake8Args": ["--max-line-length", "88"],
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/venv/*/**": true
}
}
https://code.visualstudio.com/docs/remote/containers-advanced