2015-06-03 09:08:21 +00:00
|
|
|
[bdist_wheel]
|
|
|
|
universal = 1
|
2016-02-26 11:58:01 +00:00
|
|
|
|
2016-06-22 15:51:40 +00:00
|
|
|
[flake8]
|
|
|
|
ignore = E501,E303
|
|
|
|
exclude = wagtail/project_template/*
|
|
|
|
max-line-length = 120
|
|
|
|
|
2016-02-26 11:58:01 +00:00
|
|
|
[isort]
|
|
|
|
line_length=100
|
|
|
|
multi_line_output=4
|
2017-05-26 11:40:10 +00:00
|
|
|
skip=migrations,project_template
|
2016-03-28 22:45:35 +00:00
|
|
|
add_imports=from __future__ import absolute_import,from __future__ import unicode_literals
|
2017-05-26 11:44:49 +00:00
|
|
|
known_first_party=wagtail
|
2017-05-26 12:20:06 +00:00
|
|
|
known_third_party=willow,modelcluster,taggit,django,unidecode,bs4,pytz,PIL
|
2016-06-17 14:06:21 +00:00
|
|
|
|
|
|
|
[pytest]
|
|
|
|
django_find_project = false
|
2017-05-26 11:40:10 +00:00
|
|
|
python_files=test_*.py
|
2016-06-17 14:06:21 +00:00
|
|
|
testpaths=wagtail
|