kopia lustrzana https://github.com/wagtail/wagtail
Ignore E126 errors
rodzic
321d2261a1
commit
2546c758d5
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,E128,E261,E302,E303,E124
|
||||
ignore = E501,E128,E261,E302,E303,E124,E126
|
||||
exclude = wagtail/project_template/*
|
||||
|
||||
[testenv]
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue