releases/setup.cfg

8 lines
128 B
INI
Raw Normal View History

2016-04-25 22:53:51 -07:00
[flake8]
exclude = docs,.git,build,dist
ignore = E124,E125,E128,E261,E301,E302,E303
max-line-length = 79
2016-07-25 17:32:12 -07:00
[wheel]
universal = 1