[Flake8]
max-line-length = 79
ignore = E203,E711,E712
exclude =
    __init__.py
max-complexity = 10