diff --git a/vscode/.config/Code - OSS/User/settings.json b/vscode/.config/Code - OSS/User/settings.json index 22580e9..acaa385 100644 --- a/vscode/.config/Code - OSS/User/settings.json +++ b/vscode/.config/Code - OSS/User/settings.json @@ -32,7 +32,7 @@ // Python configuration "python.formatting.provider": "black", "python.linting.enabled": true, - "python.linting.flake8Args": ["--max-line-length=88"], + "python.linting.flake8Args": ["--max-line-length=88", "--ignore=E203"], "python.linting.flake8Enabled": true, "python.linting.mypyEnabled": true, "python.venvPath": "~/.virtualenvs",