twscrape/.vscode/settings.json
2023-11-01 20:59:46 +02:00

15 строки
321 B
JSON

{
"files.exclude": {
".ruff_cache": true,
".pytest_cache": true,
"*.egg-info": true,
"build": true,
".coverage": true,
},
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": ["source.organizeImports"],
"editor.defaultFormatter": "ms-python.black-formatter"
},
}