diff --git a/.theia-workspace b/.theia-workspace index a7ed602f..c94c9c93 100644 --- a/.theia-workspace +++ b/.theia-workspace @@ -6,6 +6,9 @@ } ], "settings": { - "launch": {} + "launch": {}, + "python.linting.flake8Enabled": true, + "python.linting.banditEnabled": true, + "python.testing.pytestEnabled": true } } \ No newline at end of file