Better flake8 configuration
This commit is contained in:
parent
ec8da6062a
commit
71973ba8fc
1 changed files with 8 additions and 5 deletions
13
setup.cfg
13
setup.cfg
|
@ -1,7 +1,10 @@
|
||||||
[wheel]
|
|
||||||
universal = 1
|
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 100
|
exclude = .git,*.egg-info,build,dist,.tox,djangocms_blog/migrations/*,djangocms_blog/south_migrations/*
|
||||||
ignore = E501
|
ignore = E501
|
||||||
exclude = djangocms_blog/migrations/*
|
max-line-length = 99
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
license-file = LICENSE
|
||||||
|
|
||||||
|
[wheel]
|
||||||
|
universal = 1
|
Loading…
Reference in a new issue