pybind11/setup.cfg

12 lines
247 B
INI
Raw Normal View History

2015-10-15 16:24:12 +00:00
[bdist_wheel]
universal=1
[flake8]
show_source = True
exclude = .git, __pycache__, build, dist, docs, tools, venv
ignore =
# line too long
E501,
# required for pretty matrix formating: multiple spaces after `,` and `[`
E201, E241