[flake8]
max-line-length = 88
# line length, whitespace before ':', line break before binary operator
ignore = E501, E203, W503
