Skip to content

Commit

Permalink
ignoring E501 in flake8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Jan 9, 2020
1 parent 806c562 commit d1f8490
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ env:

# If you want to ignore certain flake8 errors, you can list them
# in FLAKE8_OPT, for example:
# - FLAKE8_OPT='--ignore=E501'
- FLAKE8_OPT='--max-line-length=100'
- FLAKE8_OPT='--ignore=E501'

matrix:

Expand Down

0 comments on commit d1f8490

Please sign in to comment.