Sign in
opensecura
/
3p
/
lowrisc
/
opentitan
/
fe4ea0b25ba835aebfd2f5db87caaf182df2cf99
/
.
/
hw
/
vendor
/
lowrisc_ibex
/
vendor
/
google_riscv-dv
/
.flake8
blob: 5b0913f6989898343866ec274f4975427d7bd76c [
file
]
[
flake8
]
# Maximum line length
max
-
line
-
length
=
100
ignore
=
# Ignore unexpected spaces around keyword / parameter equals
E251
,
# Do not complain about line breaks after operators
W504