зеркало из
https://github.com/viginum-datalab/twscrape.git
synced 2025-10-29 21:16:25 +02:00
15 строки
309 B
JSON
15 строки
309 B
JSON
{
|
|
"[python]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": ["source.organizeImports"],
|
|
"editor.defaultFormatter": "charliermarsh.ruff"
|
|
},
|
|
"files.exclude": {
|
|
".ruff_cache": true,
|
|
".pytest_cache": true,
|
|
".coverage": true,
|
|
"htmlcov": true,
|
|
"dist": true
|
|
},
|
|
}
|