Skip to content

Commit

Permalink
Change vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
britiger committed Aug 14, 2019
1 parent d27b005 commit c394c03
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,3 +1,4 @@
{
"python.pythonPath": "./webapp/venv/bin/python"
"python.pythonPath": "./webapp/venv/bin/python",
"python.linting.flake8Args": ["--ignore=E501", "--verbose"]
}

0 comments on commit c394c03

Please sign in to comment.