summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 466c48c5588a0f72eca529714e1905123224bea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[isort]
line_length = 120
combine_as_imports = true
default_section = THIRDPARTY
known_first_party = openid
add_imports = from __future__ import unicode_literals

[flake8]
max-line-length = 120
# Ignore E123 - enforce hang-closing instead
ignore = E123,W503
max-complexity = 24

[sdist]
force_manifest=1
formats=gztar,zip