[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,