2014-04-19 19:18:51 +02:00
|
|
|
[flake8]
|
2015-09-13 00:33:13 +02:00
|
|
|
exclude = *.egg-info,.git,.settings,.tox,build,dist,docs,requirements,tmp,*migrations*,*south_migrations*,tests,data
|
2015-07-18 16:51:50 +02:00
|
|
|
max-line-length = 99
|
|
|
|
|
|
|
|
[metadata]
|
|
|
|
license-file = LICENSE
|
|
|
|
|
|
|
|
[wheel]
|
2015-07-18 16:55:46 +02:00
|
|
|
universal = 1
|
|
|
|
|
|
|
|
[isort]
|
|
|
|
line_length = 99
|
2015-09-13 00:33:13 +02: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
|