Skip to content

Commit

Permalink
Configure VSCode linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Mar 13, 2018
1 parent 23d51aa commit 87abb76
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"ms-python.python"
]
}
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"files.exclude": {
"**/*.pyc": {"when": "$(basename).py"},
"**/__pycache__": true
}
},

// Linting
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true
}

0 comments on commit 87abb76

Please sign in to comment.