debian-django-haystack/setup.cfg

23 lines
284 B
INI

[pep8]
max-line-length = 110
exclude = docs
[flake8]
max-line-length = 110
exclude = docs
[frosted]
max-line-length = 110
exclude = docs
[isort]
line_length = 110
default_section = THIRDPARTY
known_first_party = haystack
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0