зеркало из
https://github.com/viginum-datalab/twscrape.git
synced 2025-10-29 21:16:25 +02:00
12 строки
234 B
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"
|
|
}
|