Files
deb-python-django-formtools/setup.cfg
2016-05-28 13:20:29 -04:00

18 lines
273 B
INI

[flake8]
max-line-length = 119
[isort]
combine_as_imports = true
default_section = THIRDPARTY
include_trailing_comma = true
known_first_party = formtools
line_length = 79
multi_line_output = 5
not_skip = __init__.py
[metadata]
license-file = LICENSE
[wheel]
universal=1