talked/.vscode/settings.json

10 lines
203 B
JSON

{
"editor.formatOnSave": true,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black",
"python.analysis.extraPaths": [
"./talked"
]
}