We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e2058 commit 63f5dabCopy full SHA for 63f5dab
vscode/.config/Code - OSS/User/settings.json
@@ -32,7 +32,7 @@
32
// Python configuration
33
"python.formatting.provider": "black",
34
"python.linting.enabled": true,
35
- "python.linting.flake8Args": ["--max-line-length=88"],
+ "python.linting.flake8Args": ["--max-line-length=88", "--ignore=E203"],
36
"python.linting.flake8Enabled": true,
37
"python.linting.mypyEnabled": true,
38
"python.venvPath": "~/.virtualenvs",
0 commit comments