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",