Skip to content

Commit

Permalink
Temporarily ignore flake8 E117
Browse files Browse the repository at this point in the history
It doesn't handled tab-indents correctly, see PyCQA/pycodestyle#836
  • Loading branch information
therefromhere committed Feb 3, 2019
1 parent 5ff1534 commit 7590abf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ directory = cover
[flake8]
max-complexity = 10
exclude = djstripe/migrations/, .tox/, build/lib/
ignore = W191, W503, E203
# TODO - stop ignoring E117 once fix for
# https://github.com/PyCQA/pycodestyle/issues/836 is released
ignore = W191, W503, E203, E117
max-line-length = 113

[isort]
Expand Down

0 comments on commit 7590abf

Please sign in to comment.