djangocms_blog/setup.cfg

7 lines
105 B
INI

[wheel]
universal = 1
[flake8]
max-line-length = 100
ignore = E501
exclude = djangocms_blog/migrations/*