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

Ignore E302 errors

This commit is contained in:
Karl Hobley 2015-04-03 17:52:19 +01:00
parent 62d77e3aa1
commit bc192388c1

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
ignore = E501,E128,E261,E302
exclude = wagtail/project_template/*
[testenv]