init: vscode

This commit is contained in:
Laureηt 2021-10-30 13:29:00 +02:00
parent 94db5512eb
commit 29ab3ece25
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"python.pythonPath": ".venv/bin/python",
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true,
}