0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Ignore E124 errors

This commit is contained in:
Karl Hobley 2015-04-03 18:18:17 +01:00
parent 6b56af27ff
commit 321d2261a1

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