[flake8]
max-line-length = 90
ignore = E203, E501, W503
exclude = __init__.py
