[flake8]
ignore =
    # E203 whitespace before ':' ...
    # This is not PEP8 compliant
    E203,
    W503
max_line_length = 80