Skip to content

Commit

Permalink
Added ignore E231 to flake8 config, due to false positive error
Browse files Browse the repository at this point in the history
This is a temporary fix until the issue is resolved, see PyCQA/pycodestyle#914
  • Loading branch information
s-weigand committed Sep 1, 2020
1 parent d3ab0ab commit dd55d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist = py36, py37, flake8, docs, docs-links

[flake8]
extend-ignore = E231
max-line-length = 99

[testenv:docs]
Expand Down

0 comments on commit dd55d2e

Please sign in to comment.