0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00
wagtail/setup.cfg

20 lines
377 B
INI
Raw Normal View History

2015-06-03 11:08:21 +02:00
[bdist_wheel]
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
skip=migrations,project_template
known_first_party=wagtail
known_third_party=willow,modelcluster,taggit,django,unidecode,bs4,pytz,PIL
[pytest]
django_find_project = false
python_files=test_*.py
testpaths=wagtail