Sign in
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
f7bc18f528bb35cd06c93d0a58c17e6eea3fa68c
/
.
/
setup.cfg
blob: 369788b283045260b1b9270eaa0e59b86bbe6132 [
file
] [
log
] [
blame
]
[
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