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