Tox: Check __future__ imports in flake8 run.
This commit is contained in:
parent
a3a7c7f688
commit
27e1861001
1 changed files with 3 additions and 1 deletions
4
tox.ini
4
tox.ini
|
@ -17,9 +17,11 @@ deps =
|
||||||
Pillow
|
Pillow
|
||||||
flake8
|
flake8
|
||||||
flake8-coding
|
flake8-coding
|
||||||
|
flake8-future-import
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# we aim for 79, but this suppresses warnings for now...
|
# we aim for 79, but this suppresses warnings for now...
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
ignore = E121,E126,E241
|
ignore = E121,E126,E241,FI12,FI14,FI15,FI50,FI51,FI53,FI54,FI55
|
||||||
exclude = build
|
exclude = build
|
||||||
|
require-code = True
|
||||||
|
|
Loading…
Reference in a new issue