0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
wagtail/setup.cfg
2018-08-06 12:39:45 +01:00

21 lines
436 B
INI

[bdist_wheel]
python-tag = py3
[flake8]
ignore = E501,E303
exclude = wagtail/project_template/*,wagtail/utils/l18n/*
max-line-length = 120
[isort]
line_length=100
multi_line_output=4
skip=migrations,project_template
skip_glob=*/wagtail/utils/l18n/*
known_first_party=wagtail
known_third_party=willow,modelcluster,taggit,django,unidecode,bs4,pytz,PIL
[tool:pytest]
django_find_project = false
python_files=test_*.py
testpaths=wagtail