Skip to content

Commit

Permalink
flake8 ignore line too long error
Browse files Browse the repository at this point in the history
  • Loading branch information
niauah committed Aug 20, 2019
1 parent 2f5d8ed commit a8cef69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skipsdist=True
deps =
flake8
commands =
flake8 --exclude=migrations,venv,.tox --count --show-source
flake8 --exclude=migrations,venv,.tox --count --show-source --ignore=E501


[testenv:test]
Expand Down

0 comments on commit a8cef69

Please sign in to comment.