0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00
wagtail/setup.cfg
Mads Jensen 8b420b9abc Removed __future__ imports
Also delete add_imports directive from isort configuration
2017-11-27 02:18:30 +00:00

20 lines
374 B
INI

[bdist_wheel]
universal = 1
[flake8]
ignore = E501,E303
exclude = wagtail/project_template/*
max-line-length = 120
[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