releases/setup.cfg

5 lines
105 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