mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 16:13:53 +00:00
0b3f44ebdf
Non-user facing. Found using `codespell -q 3`
11 lines
239 B
INI
11 lines
239 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
|