Tox: Check __future__ imports in flake8 run.

This commit is contained in:
Tobias Gruetzmacher 2016-04-16 23:24:07 +02:00
parent a3a7c7f688
commit 27e1861001

View file

@ -17,9 +17,11 @@ deps =
Pillow
flake8
flake8-coding
flake8-future-import
[flake8]
# we aim for 79, but this suppresses warnings for now...
max-line-length = 120
ignore = E121,E126,E241
ignore = E121,E126,E241,FI12,FI14,FI15,FI50,FI51,FI53,FI54,FI55
exclude = build
require-code = True