[flake8]
max-line-length = 100
ignore =
    N802, # FIXME: tidy up camel case naming mess then re-enable these
    N803,

    W503, # Contradicts PEP8
