blrec/workspace.code-workspace
acgnhik 5ebeb38b69 release: 1.7.0
close #42
2022-05-06 13:44:44 +08:00

13 lines
288 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"python.linting.mypyPath": "mypy",
"python.linting.flake8Path": "flake8",
"python.formatting.blackPath": "black",
"python.sortImports.path": "isort"
}
}