mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-22 15:44:46 +00:00
Ignore E303 errors
This commit is contained in:
parent
db10ef7bd8
commit
f209a25cfa
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,E128,E261,E302
|
||||
ignore = E501,E128,E261,E302,E303
|
||||
exclude = wagtail/project_template/*
|
||||
|
||||
[testenv]
|
||||
|
|
|
|||
Loading…
Reference in a new issue