Skip to content

Commit 63f5dab

Browse files
committed
disable whitespace around colon check
becaues of this bug: PyCQA/pycodestyle#373
1 parent c4e2058 commit 63f5dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/.config/Code - OSS/User/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// Python configuration
3333
"python.formatting.provider": "black",
3434
"python.linting.enabled": true,
35-
"python.linting.flake8Args": ["--max-line-length=88"],
35+
"python.linting.flake8Args": ["--max-line-length=88", "--ignore=E203"],
3636
"python.linting.flake8Enabled": true,
3737
"python.linting.mypyEnabled": true,
3838
"python.venvPath": "~/.virtualenvs",

0 commit comments

Comments
 (0)