Skip to content

Commit

Permalink
fix W503
Browse files Browse the repository at this point in the history
  • Loading branch information
horpto committed Nov 6, 2018
1 parent da0db8c commit e189dc6
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 @@ platform = linux: linux
win: win64

[flake8]
ignore = E12, W503
ignore = E12, W503, W504
max-line-length = 120
show-source = True

Expand Down

0 comments on commit e189dc6

Please sign in to comment.