Sign in
gerrit
/
git-repo
/
refs/heads/main
/
.
/
.flake8
blob: 82453b5677434bb647b44156604318118eae3b55 [
file
] [
log
] [
blame
]
[
flake8
]
max
-
line
-
length
=
80
extend
-
ignore
=
# E203: Whitespace before ':'
# See https://github.com/PyCQA/pycodestyle/issues/373
E203
,
# E402: Module level import not at top of file
E402
,
# E731: do not assign a lambda expression, use a def
E731
,