[flake8]
max-line-length = 88
extend-ignore = 
    # See https://github.com/PyCQA/pycodestyle/issues/373
    E203,
    # OMG STFU about my tests, flake8!!!
    S101,
    # No, flake8, we meant to call that function do_Tf
    N802,
    # No, flake8, my docstrings are NOT ReStructuredText
    RST203,