Skip to content

Commit

Permalink
Ignore "Line too long" error in Python linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Oct 1, 2020
1 parent d67f861 commit 97f6b7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 97f6b7c

Please sign in to comment.