Sign in
gem5
/
testing
/
jenkins-gem5-prod
/
1989ce99056885a46fd12c9c9e4c4fbd1045718e
/
.
/
ext
/
pybind11
/
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