diff --git a/.vscode/settings.json b/.vscode/settings.json index 439d571..b3925ec 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,7 @@ "python.linting.pylintEnabled": false, "python.linting.pycodestyleEnabled": true, "python.linting.enabled": true, + "python.linting.pycodestyleArgs": ["--ignore=E501"], "python.testing.unittestEnabled": true, "python.testing.pytestEnabled": false, "python.testing.nosetestsEnabled": false,