From e206c5caf65fa8ba00494a051025f1f5738658b7 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Fri, 27 Oct 2023 13:25:00 +0800 Subject: [PATCH] Fix VS Code settings --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5c91948..3ec6965 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "python.formatting.provider": "black", "python.linting.enabled": true, - "python.linting.flake8Enabled": true, + "python.linting.flake8Enabled": false, "python.linting.mypyEnabled": true, "python.linting.pylintEnabled": false, "python.defaultInterpreterPath": "${workspaceFolder}/.venv",