subiquity/.flake8

6 lines
103 B
INI

[flake8]
# gettext inserts _ into builtin path.
builtins = _
max-line-length = 88
extend-ignore = E203