[flake8]
# E701: multiple statements on one line (colon)
ignore = E701
max-line-length = 160