Sign in
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
67a68f1394de3135dcb10f45169af937043bf1e5
/
.
/
setup.cfg
blob: 89347b2979e20ba44686bc2f6b053e33449de068 [
file
] [
log
] [
blame
]
[
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