init: vscode
This commit is contained in:
parent
94db5512eb
commit
29ab3ece25
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"python.pythonPath": ".venv/bin/python",
|
||||||
|
"python.formatting.provider": "black",
|
||||||
|
"python.linting.flake8Enabled": true,
|
||||||
|
}
|
Loading…
Reference in a new issue