pairs_trading/.vscode/extensions.json
Oleg Sheynin 80c3e8d54b progress
2025-08-02 00:12:04 +00:00

10 lines
221 B
JSON

{
"recommendations": [
"ms-python.python",
"ms-python.pylance",
"ms-python.black-formatter",
"ms-python.flake8",
"ms-python.mypy-type-checker",
"ms-python.isort"
]
}