зеркало из
https://github.com/viginum-datalab/twscrape.git
synced 2025-10-30 05:26:20 +02:00
15 строки
301 B
JSON
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"
|
|
}
|