2015-06-03 11:08:21 +02:00
|
|
|
[bdist_wheel]
|
2017-11-29 12:05:51 +01:00
|
|
|
python-tag = py3
|
2016-02-26 12:58:01 +01:00
|
|
|
|
2016-06-22 17:51:40 +02:00
|
|
|
[flake8]
|
|
|
|
ignore = E501,E303
|
|
|
|
exclude = wagtail/project_template/*
|
|
|
|
max-line-length = 120
|
|
|
|
|
2016-02-26 12:58:01 +01:00
|
|
|
[isort]
|
|
|
|
line_length=100
|
|
|
|
multi_line_output=4
|
2017-05-26 13:40:10 +02:00
|
|
|
skip=migrations,project_template
|
2017-05-26 13:44:49 +02:00
|
|
|
known_first_party=wagtail
|
2017-05-26 14:20:06 +02:00
|
|
|
known_third_party=willow,modelcluster,taggit,django,unidecode,bs4,pytz,PIL
|
2016-06-17 16:06:21 +02:00
|
|
|
|
|
|
|
[pytest]
|
|
|
|
django_find_project = false
|
2017-05-26 13:40:10 +02:00
|
|
|
python_files=test_*.py
|
2016-06-17 16:06:21 +02:00
|
|
|
testpaths=wagtail
|