mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-31 13:20:40 +00:00
Ignore E128 errors
This commit is contained in:
parent
d88bc49ea7
commit
27b95dce86
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -5,7 +5,7 @@ usedevelop = True
|
|||
envlist = py{27,33,34}-dj{17,18}-{sqlite,postgres,mysql}, flake8
|
||||
|
||||
[flake8]
|
||||
ignore = E501
|
||||
ignore = E501,E128
|
||||
exclude = wagtail/project_template/*
|
||||
|
||||
[testenv]
|
||||
|
|
|
|||
Loading…
Reference in a new issue