Skip to content

Commit

Permalink
enable linting by pylint.
Browse files Browse the repository at this point in the history
(automatically set by vscode)
  • Loading branch information
vipranarayan14 committed Feb 9, 2020
1 parent 5e0bdbb commit cd74a27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"python.pythonPath": "/Users/prasanna/Documents/Projects/Programming/vmono/.venv/bin/python3.7",
"python.linting.enabled": true
"python.linting.enabled": true,
"python.linting.pylintEnabled": true
}

0 comments on commit cd74a27

Please sign in to comment.