Files
pybind11/setup.cfg
Wenzel Jakob c9b8933e9a flake8 fix
2018-10-24 13:25:25 +02:00

11 lines
245 B
INI

[bdist_wheel]
universal=1
[flake8]
max-line-length = 99
show_source = True
exclude = .git, __pycache__, build, dist, docs, tools, venv
ignore =
# required for pretty matrix formatting: multiple spaces after `,` and `[`
E201, E241, W504