0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Ignore E303 errors

This commit is contained in:
Karl Hobley 2015-04-03 18:07:29 +01:00
parent db10ef7bd8
commit f209a25cfa

View File

@ -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]