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 Aug 31, 2020
1 parent a44a120 commit 0c9a4a1
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 0c9a4a1

Please sign in to comment.