settings and workspace

This commit is contained in:
2021-01-07 20:02:22 +00:00
parent 004a7c9533
commit 4b57b51e08
2 changed files with 9 additions and 2 deletions

View File

@@ -5,5 +5,7 @@
"path": "fet2020" "path": "fet2020"
} }
], ],
"settings": {} "settings": {
"launch": {}
}
} }

View File

@@ -4,5 +4,10 @@
], ],
"python.testing.unittestEnabled": false, "python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false, "python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true "python.testing.pytestEnabled": true,
"python.pythonPath": "/usr/local/bin/python3",
"python.linting.pylintEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.banditEnabled": true,
"python.linting.enabled": true
} }