blrec/workspace.code-workspace

13 lines
288 B
Plaintext
Raw Normal View History

2021-08-11 13:33:21 +08:00
{
"folders": [
{
"path": "."
}
2022-05-06 13:44:44 +08:00
],
"settings": {
"python.linting.mypyPath": "mypy",
"python.linting.flake8Path": "flake8",
"python.formatting.blackPath": "black",
"python.sortImports.path": "isort"
}
2021-08-11 13:33:21 +08:00
}