5ebeb38b69
close #42
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"python.linting.mypyPath": "mypy",
|
|
"python.linting.flake8Path": "flake8",
|
|
"python.formatting.blackPath": "black",
|
|
"python.sortImports.path": "isort"
|
|
}
|
|
} |