Better flake8 configuration

This commit is contained in:
Iacopo Spalletti 2015-07-18 16:51:50 +02:00
parent ec8da6062a
commit 71973ba8fc

View file

@ -1,7 +1,10 @@
[wheel]
universal = 1
[flake8]
max-line-length = 100
exclude = .git,*.egg-info,build,dist,.tox,djangocms_blog/migrations/*,djangocms_blog/south_migrations/*
ignore = E501
exclude = djangocms_blog/migrations/*
max-line-length = 99
[metadata]
license-file = LICENSE
[wheel]
universal = 1