mirror of
https://github.com/acgnhiki/blrec.git
synced 2024-12-27 17:10:18 +08:00
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"
|
|
}
|
|
} |