Fix flake8 excludes.
This commit is contained in:
parent
b1d2650615
commit
0637d20ec3
1 changed files with 0 additions and 1 deletions
1
tox.ini
1
tox.ini
|
@ -23,6 +23,5 @@ deps =
|
||||||
# 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,FI12,FI14,FI15,FI50,FI51,FI53,FI54,FI55
|
ignore = E121,E126,E241,FI12,FI14,FI15,FI50,FI51,FI53,FI54,FI55
|
||||||
exclude = build
|
|
||||||
require-code = True
|
require-code = True
|
||||||
min-version = 2.7
|
min-version = 2.7
|
||||||
|
|
Loading…
Reference in a new issue