Skip to content

Commit

Permalink
Record VSCode config to get right mypy arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Jun 27, 2020
1 parent d51536f commit f146998
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"python.linting.flake8Enabled": true,
"python.linting.mypyArgs": [
"--show-column-numbers"
],
"python.linting.mypyEnabled": true,
"python.linting.pylintEnabled": false,
"python.pythonPath": "${env:VIRTUAL_ENV}/bin/python",
}

0 comments on commit f146998

Please sign in to comment.