diff --git a/api/.devcontainer/devcontainer.json b/api/.devcontainer/devcontainer.json index 88c2149..a130a35 100644 --- a/api/.devcontainer/devcontainer.json +++ b/api/.devcontainer/devcontainer.json @@ -32,7 +32,7 @@ "mhutchie.git-graph", "ms-python.python", "ms-python.black-formatter", - // "ms-python.flake8", + "ms-python.flake8", "ms-python.isort", "ms-python.vscode-pylance" ] diff --git a/api/.vscode/settings.json b/api/.vscode/settings.json index e2f2c7a..35780cc 100644 --- a/api/.vscode/settings.json +++ b/api/.vscode/settings.json @@ -1,7 +1,7 @@ { - "python.linting.enabled": true, - "python.linting.pylintEnabled": false, - "python.linting.flake8Enabled": true, + // "python.linting.enabled": true, + // "python.linting.pylintEnabled": false, + // "python.linting.flake8Enabled": true, "python.languageServer": "Pylance", "editor.formatOnSave": true, "[python]": { @@ -19,4 +19,5 @@ "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, "black-formatter.importStrategy": "fromEnvironment", + "flake8.importStrategy": "fromEnvironment", } \ No newline at end of file