blob: 9e5e88d824171fd68083bcab9dc77fad942f6fbd [file] [log] [blame]
Wenzel Jakob929fd7e2015-10-15 18:24:12 +02001[bdist_wheel]
2universal=1
Dean Moldovanbad17402016-11-20 21:21:54 +01003
4[flake8]
Dean Moldovan76e993a2016-12-13 00:59:28 +01005max-line-length = 99
Dean Moldovanbad17402016-11-20 21:21:54 +01006show_source = True
7exclude = .git, __pycache__, build, dist, docs, tools, venv
8ignore =
Dean Moldovanbad17402016-11-20 21:21:54 +01009 # required for pretty matrix formating: multiple spaces after `,` and `[`
10 E201, E241