This commit is contained in:
2021-07-02 10:43:46 +01:00
parent 4321816273
commit 0c720423c6

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length",
"132"
],
"python.pythonPath": "/usr/local/bin/python3"
}