2017-07-22 18:29:14 +02:00
|
|
|
[flake8]
|
|
|
|
# E731: lambda expression
|
|
|
|
ignore = E731
|
|
|
|
|
|
|
|
[isort]
|
|
|
|
combine_as_imports = True
|
|
|
|
default_section = THIRDPARTY
|
|
|
|
include_trailing_comma = True
|
2017-07-25 18:31:42 +02:00
|
|
|
known_allauth = allauth
|
|
|
|
known_future_library = future,six
|
2017-07-22 18:29:14 +02:00
|
|
|
known_django = django
|
|
|
|
known_first_party = allauth_cas
|
|
|
|
multi_line_output = 5
|
|
|
|
not_skip = __init__.py
|
2017-07-25 18:31:42 +02:00
|
|
|
sections = FUTURE,STDLIB,DJANGO,ALLAUTH,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
2017-07-22 18:29:14 +02:00
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal = 1
|