Skip to content

Commit

Permalink
Remove flake8 rule ignore (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickw444 committed Oct 27, 2018
1 parent ff3535d commit e2b966f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
ignore = E261, W503, W504
ignore = W503, W504
exclude =
.git,
venv,
Expand Down

0 comments on commit e2b966f

Please sign in to comment.