mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-15 18:53:18 +00:00
Ignore E261 errors
This commit is contained in:
parent
27b95dce86
commit
304f8f8e66
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
|
||||
ignore = E501,E128,E261
|
||||
exclude = wagtail/project_template/*
|
||||
|
||||
[testenv]
|
||||
|
|
|
|||
Loading…
Reference in a new issue