Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pybind11
/
c2d1d958091c4cc4c7fc362fbf61a03623fba3b9
/
.
/
setup.cfg
blob: 9e5e88d824171fd68083bcab9dc77fad942f6fbd [
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 formating: multiple spaces after `,` and `[`
E201
,
E241