twscrape/.vscode/settings.json

12 строки
234 B
JSON

{
"files.exclude": {
".ruff_cache": true,
".pytest_cache": true
},
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": ["source.organizeImports"]
},
"python.formatting.provider": "black"
}