2014-04-19 17:18:51 +00:00
|
|
|
[flake8]
|
2015-09-12 22:33:13 +00:00
|
|
|
exclude = *.egg-info,.git,.settings,.tox,build,dist,docs,requirements,tmp,*migrations*,*south_migrations*,tests,data
|
2015-07-18 14:51:50 +00:00
|
|
|
max-line-length = 99
|
|
|
|
|
|
|
|
[metadata]
|
|
|
|
license-file = LICENSE
|
|
|
|
|
|
|
|
[wheel]
|
2015-07-18 14:55:46 +00:00
|
|
|
universal = 1
|
|
|
|
|
|
|
|
[isort]
|
|
|
|
line_length = 99
|
2015-09-12 22:33:13 +00:00
|
|
|
skip = migrations, south_migrations
|
|
|
|
combine_as_imports = true
|
|
|
|
default_section = THIRDPARTY
|
|
|
|
include_trailing_comma = true
|
|
|
|
known_first_party = djangocms_blog
|
|
|
|
multi_line_output = 5
|
|
|
|
not_skip = __init__.py
|