django-allauth-cas/setup.cfg
2017-07-22 18:29:14 +02:00

16 lines
337 B
INI

[flake8]
# E731: lambda expression
ignore = E731
[isort]
combine_as_imports = True
default_section = THIRDPARTY
include_trailing_comma = True
known_django = django
known_first_party = allauth_cas
multi_line_output = 5
not_skip = __init__.py
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
[bdist_wheel]
universal = 1