Skip to content

Commit

Permalink
Add flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Dec 21, 2018
1 parent a0ed2f3 commit e1cf3a2
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 @@ -13,4 +13,4 @@ commands = flake8 .

[flake8]
exclude = .tox, .git, __pycache__, .cache, build, dist, *.pyc, *.egg-info, .eggs, docs
ignore = E501
ignore = E501, W504

0 comments on commit e1cf3a2

Please sign in to comment.