[flake8]

# E501: Line too long (80 chars)
# W503: Line break before binary operator
# E203: Whitespace before ':'
ignore = E501, W503, E203
