Add vscode files

This commit is contained in:
Marc Di Luzio 2024-08-10 09:45:22 +01:00
parent 6fbb598886
commit 46195bd196
2 changed files with 25 additions and 0 deletions

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

@ -0,0 +1,10 @@
{
"flake8.args": [
"--max-line-length=120"
],
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}