You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"python.defaultInterpreterPath": ".venv/bin/python",
|
|
"python.formatting.blackPath": "/usr/bin/black",
|
|
"python.linting.flake8Path": "/usr/bin/flake8",
|
|
"python.linting.flake8Args": [
|
|
"--black-config=''"
|
|
]
|
|
}
|
|
} |