twscrape/.vscode/settings.json
2023-05-05 23:31:49 +03:00

15 строки
301 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"]
},
"python.formatting.provider": "black"
}