2014-04-19 17:18:51 +00:00
|
|
|
[flake8]
|
2015-07-18 14:51:50 +00:00
|
|
|
exclude = .git,*.egg-info,build,dist,.tox,djangocms_blog/migrations/*,djangocms_blog/south_migrations/*
|
2014-04-19 17:18:51 +00:00
|
|
|
ignore = E501
|
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
|
|
|
|
skip = migrations, south_migrations
|