Skip to content

Commit

Permalink
disable whitespace around colon check
Browse files Browse the repository at this point in the history
becaues of this bug: PyCQA/pycodestyle#373
  • Loading branch information
mosbasik committed Jul 27, 2018
1 parent c4e2058 commit 63f5dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/.config/Code - OSS/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 63f5dab

Please sign in to comment.